Searched refs:MAX_NUM_SLICES (Results 1 – 4 of 4) sorted by relevance
21 #define MAX_NUM_SLICES 256 macro
139 query_data->pic_data[i].slc_data = g_try_malloc0(MAX_NUM_SLICES * sizeof(vbp_slice_data_vc1)); in vbp_allocate_query_data_vc1()1018 if (pic_data->num_slices >= MAX_NUM_SLICES) in vbp_process_parsing_result_vc1()1020 ETRACE("Num of slices exceeds the limit (%d).", MAX_NUM_SLICES); in vbp_process_parsing_result_vc1()
173 query_data->pic_data[i].slc_data = g_try_new0(vbp_slice_data_h264, MAX_NUM_SLICES); in vbp_allocate_query_data_h264()1226 if (pic_data->num_slices > MAX_NUM_SLICES) in vbp_add_slice_data_h264()1228 ETRACE("number of slices per picture exceeds the limit (%d).", MAX_NUM_SLICES); in vbp_add_slice_data_h264()1472 if (i >= MAX_NUM_SLICES) in vbp_process_parsing_result_h264()
944 if (slice_index >= MAX_NUM_SLICES) { in vbp_process_slices_mp42()1098 vbp_slice_data_mp42, MAX_NUM_SLICES); in vbp_allocate_query_data_mp42()