Searched refs:VASliceParameterBufferBase (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_vld_dec.h | 61 void (*begin_slice)(struct context_DEC_s *, VASliceParameterBufferBase *); 62 void (*process_slice)(struct context_DEC_s *, VASliceParameterBufferBase *);
|
D | tng_vld_dec.c | 272 VASliceParameterBufferBase *slice_param = (VASliceParameterBufferBase *) vld_slice_param; in vld_dec_process_slice()
|
D | tng_jpegdec.c | 268 static void tng__JPEG_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sli… 270 static void tng__JPEG_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_para… 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()
|
D | pnw_MPEG2.c | 588 static void psb__MPEG2_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sl… 590 static void psb__MPEG2_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_par… 1174 static void psb__MPEG2_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_par… in psb__MPEG2_begin_slice() 1182 static void psb__MPEG2_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sl… in psb__MPEG2_process_slice_data()
|
D | tng_VP8.c | 445 static void tng__VP8_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slic… 447 static void tng__VP8_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_param… 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()
|
D | pnw_MPEG4.c | 1261 static void psb__MPEG4_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sl… 1263 static void psb__MPEG4_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_par… 2020 static void psb__MPEG4_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_par… in psb__MPEG4_begin_slice() 2028 static void psb__MPEG4_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sl… in psb__MPEG4_process_slice_data()
|
D | pnw_H264.c | 401 static void psb__H264_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sli… 403 static void psb__H264_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_para… 1650 static void psb__H264_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_para… in psb__H264_begin_slice() 1673 static void psb__H264_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_sli… in psb__H264_process_slice_data()
|
D | pnw_VC1.c | 433 static void psb__VC1_process_slice_data(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slic… 435 static void psb__VC1_begin_slice(context_DEC_p dec_ctx, VASliceParameterBufferBase *vld_slice_param… 2584 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()
|
/hardware/intel/common/libva/va/ |
D | va.h | 1711 } VASliceParameterBufferBase; typedef
|