Home
last modified time | relevance | path

Searched defs:dec_ctx (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.c64 context_DEC_p dec_ctx = (context_DEC_p) obj_context->format_data; in tng_yuv_processor_CreateContext() local
97 context_DEC_p dec_ctx = (context_DEC_p) obj_context->format_data; in tng_yuv_processor_DestroyContext() local
124 static void tng__yuv_processor_process(context_DEC_p dec_ctx) in tng__yuv_processor_process()
192 static VAStatus tng__yuv_processor_execute(context_DEC_p dec_ctx, object_buffer_p obj_buffer) in tng__yuv_processor_execute()
316 context_DEC_p dec_ctx, in tng_yuv_processor_process_buffer()
342 context_DEC_p dec_ctx = (context_DEC_p) obj_context->format_data; in tng_yuv_processor_EndPicture() local
Dpnw_MPEG2.c488 struct context_DEC_s dec_ctx; member
1243 static void psb__MPEG2_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_par… in psb__MPEG2_begin_slice()
1253 static void psb__MPEG2_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sl… in psb__MPEG2_process_slice_data()
1269 static void psb__MPEG2_end_slice(context_DEC_p dec_ctx) in psb__MPEG2_end_slice()
1412 context_DEC_p dec_ctx, in pnw_MPEG2_process_buffer()
Dtng_jpegdec.c166 struct context_DEC_s dec_ctx; member
982 static void tng__JPEG_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase __maybe_unused … in tng__JPEG_begin_slice()
994 static void tng__JPEG_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sli… in tng__JPEG_process_slice_data()
1006 static void tng__JPEG_end_slice(context_DEC_p dec_ctx) in tng__JPEG_end_slice()
1030 context_DEC_p dec_ctx, in tng_JPEG_process_buffer()
Dtng_VP8.c258 struct context_DEC_s dec_ctx; member
1409 static void tng__VP8_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_param) in tng__VP8_begin_slice()
1419 static void tng__VP8_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slic… in tng__VP8_process_slice_data()
1434 static void tng__VP8_end_slice(context_DEC_p dec_ctx) in tng__VP8_end_slice()
1502 context_DEC_p dec_ctx, in tng_VP8_process_buffer()
Dpnw_VC1.c2584 static void psb__VC1_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_param) in psb__VC1_begin_slice()
2593 static void psb__VC1_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slic… in psb__VC1_process_slice_data()
2612 static void psb__VC1_end_slice(context_DEC_p dec_ctx) in psb__VC1_end_slice()
2651 context_DEC_p dec_ctx, in pnw_VC1_process_buffer()
Dvc1_header.h198 struct context_DEC_s dec_ctx; member