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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h 207 int bottom_field_poc; member in struct:viddec_h264_frame_attributes
216 top_field_first: 0 means bottom_field_POC is smaller than top_field_POC, else 1
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_workload.c 88 attrs->h264.bottom_field_poc = 0;
192 attrs->h264.bottom_field_poc = pInfo->img.bottompoc;
195 if(attrs->h264.top_field_poc <= attrs->h264.bottom_field_poc) {
    [all...]

Completed in 157 milliseconds