|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| AVBufferRef * | hw_frames_ctx |
| mfxSession | session |
| mfxMemId * | mem_ids |
| int | nb_mem_ids |
| mfxFrameSurface1 ** | surface_ptrs |
| int | nb_surface_ptrs |
| mfxExtOpaqueSurfaceAlloc | opaque_alloc |
| mfxExtVPPDeinterlacing | deint_conf |
| mfxExtBuffer * | ext_buffers [2] |
| int | num_ext_buffers |
| QSVFrame * | work_frames |
| int64_t | last_pts |
| int | eof |
| int | mode |
Definition at line 52 of file vf_deinterlace_qsv.c.
| const AVClass* QSVDeintContext::class |
Definition at line 53 of file vf_deinterlace_qsv.c.
| AVBufferRef* QSVDeintContext::hw_frames_ctx |
Definition at line 55 of file vf_deinterlace_qsv.c.
| mfxSession QSVDeintContext::session |
Definition at line 57 of file vf_deinterlace_qsv.c.
| mfxMemId* QSVDeintContext::mem_ids |
Definition at line 59 of file vf_deinterlace_qsv.c.
| int QSVDeintContext::nb_mem_ids |
Definition at line 60 of file vf_deinterlace_qsv.c.
| mfxFrameSurface1** QSVDeintContext::surface_ptrs |
Definition at line 62 of file vf_deinterlace_qsv.c.
| int QSVDeintContext::nb_surface_ptrs |
Definition at line 63 of file vf_deinterlace_qsv.c.
| mfxExtOpaqueSurfaceAlloc QSVDeintContext::opaque_alloc |
Definition at line 65 of file vf_deinterlace_qsv.c.
| mfxExtVPPDeinterlacing QSVDeintContext::deint_conf |
Definition at line 66 of file vf_deinterlace_qsv.c.
| mfxExtBuffer* QSVDeintContext::ext_buffers[2] |
Definition at line 67 of file vf_deinterlace_qsv.c.
| int QSVDeintContext::num_ext_buffers |
Definition at line 68 of file vf_deinterlace_qsv.c.
| QSVFrame* QSVDeintContext::work_frames |
Definition at line 70 of file vf_deinterlace_qsv.c.
| int64_t QSVDeintContext::last_pts |
Definition at line 72 of file vf_deinterlace_qsv.c.
| int QSVDeintContext::eof |
Definition at line 74 of file vf_deinterlace_qsv.c.
| int QSVDeintContext::mode |
Definition at line 77 of file vf_deinterlace_qsv.c.
1.8.17