Searched refs:VA_SLICE_DATA_FLAG_ALL (Results 1 – 7 of 7) sorted by relevance
277 (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()
1299 (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()
1268 (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()
1608 (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()
2506 (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()
778 slice_param.slice_data_flag = VA_SLICE_DATA_FLAG_ALL; in tinyjpeg_decode()
1700 #define VA_SLICE_DATA_FLAG_ALL 0x00 /* whole slice is in the buffer */ macro