Home
last modified time | relevance | path

Searched refs:VA_SLICE_DATA_FLAG_ALL (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_vld_dec.c277 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) { in vld_dec_process_slice()
322 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) || in vld_dec_process_slice()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2.c1299 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) { in psb__MPEG2_process_slice()
1335 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) || in psb__MPEG2_process_slice()
Dpsb_MPEG4.c1268 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) { in psb__MPEG4_process_slice()
1301 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) || in psb__MPEG4_process_slice()
Dpsb_H264.c1608 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) { in psb__H264_process_slice()
1649 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) || in psb__H264_process_slice()
Dpsb_VC1.c2506 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) { in psb__VC1_process_slice()
2546 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) || in psb__VC1_process_slice()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c778 slice_param.slice_data_flag = VA_SLICE_DATA_FLAG_ALL; in tinyjpeg_decode()
/hardware/intel/common/libva/va/
Dva.h1700 #define VA_SLICE_DATA_FLAG_ALL 0x00 /* whole slice is in the buffer */ macro