HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NUM_PICTURES (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_utils.h 24 #define MAX_NUM_PICTURES 2
vbp_vc1_parser.c 118 query_data->pic_data = g_try_new0(vbp_picture_data_vc1, MAX_NUM_PICTURES);
125 for (i = 0; i < MAX_NUM_PICTURES; i++)
172 for (i = 0; i < MAX_NUM_PICTURES; i++)
384 for (i = 0; i < MAX_NUM_PICTURES; i++)
982 if (query_data->num_pictures > MAX_NUM_PICTURES)
984 ETRACE("Num of pictures per sample buffer exceeds the limit (%d).", MAX_NUM_PICTURES);
vbp_h264_parser.c 158 query_data->pic_data = g_try_new0(vbp_picture_data_h264, MAX_NUM_PICTURES);
165 for (i = 0; i < MAX_NUM_PICTURES; i++)
214 for (i = 0; i < MAX_NUM_PICTURES; i++)
830 if (query_data->num_pictures > MAX_NUM_PICTURES)
832 ETRACE("num of pictures exceeds the limit (%d).", MAX_NUM_PICTURES);
    [all...]

Completed in 771 milliseconds