Home
last modified time | relevance | path

Searched refs:MAX_NUM_PICTURES (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_utils.h24 #define MAX_NUM_PICTURES 2 macro
Dvbp_vc1_parser.c118 query_data->pic_data = g_try_new0(vbp_picture_data_vc1, MAX_NUM_PICTURES); in vbp_allocate_query_data_vc1()
125 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_allocate_query_data_vc1()
172 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_free_query_data_vc1()
384 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_parse_start_code_vc1()
982 if (query_data->num_pictures > MAX_NUM_PICTURES) in vbp_process_parsing_result_vc1()
984 ETRACE("Num of pictures per sample buffer exceeds the limit (%d).", MAX_NUM_PICTURES); in vbp_process_parsing_result_vc1()
Dvbp_h264_parser.c158 query_data->pic_data = g_try_new0(vbp_picture_data_h264, MAX_NUM_PICTURES); in vbp_allocate_query_data_h264()
165 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_allocate_query_data_h264()
214 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_free_query_data_h264()
830 if (query_data->num_pictures > MAX_NUM_PICTURES) in vbp_add_pic_data_h264()
832 ETRACE("num of pictures exceeds the limit (%d).", MAX_NUM_PICTURES); in vbp_add_pic_data_h264()
1423 for (i = 0; i < MAX_NUM_PICTURES; i++) in vbp_parse_start_code_h264()