HomeSort by relevance Sort by last modified time
    Searched defs:full_timestamp_flag (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sei.c 100 uint32_t full_timestamp_flag = 0; local
186 //sei_msg_ptr->full_timestamp_flag[i] = (uint8_t)code;
187 full_timestamp_flag = code;
199 if(full_timestamp_flag)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 575 int full_timestamp_flag; field in class:H264TrackImpl.SEIMessage
655 full_timestamp_flag = reader.readU(1, "pic_timing SEI: full_timestamp_flag");
659 if (full_timestamp_flag == 1) {
724 ", full_timestamp_flag=" + full_timestamp_flag +
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 313 OMX_U8 full_timestamp_flag; member in struct:__anon42858
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon42877
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon42918
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon42968

Completed in 409 milliseconds