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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 858 buffer_id_number = picture_data->number_slices * 2 + 2;
859 LOG_V("number_slices is %d, allocating %d buffer_ids\n",
860 picture_data->number_slices, buffer_id_number);
988 for (jdx = 0; jdx < picture_data->number_slices; jdx++) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 61 uint32 number_slices; member in struct:_vbp_picture_data_mp42
vbp_mp42_parser.c 773 picture_data->number_slices = 1;
868 picture_data->number_slices = slice_index;
949 picture_data->number_slices = slice_index;
1096 query_data->picture_data[idx].number_slices = 0;
    [all...]

Completed in 90 milliseconds