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

  /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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 87 int32_t full_timestamp_flag[MAX_NUM_CLOCK_TS];
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 313 OMX_U8 full_timestamp_flag; member in struct:__anon33617
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon33636
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon33676
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 312 OMX_U8 full_timestamp_flag; member in struct:__anon33725
  /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...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 924 sei_pic_timing.full_timestamp_flag = extract_bits(1);
928 ALOGV("-->f_timestamp_flg : %u", sei_pic_timing.full_timestamp_flag);
933 if (sei_pic_timing.full_timestamp_flag)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 866 sei_pic_timing.full_timestamp_flag = extract_bits(1);
870 ALOGV("-->f_timestamp_flg : %u", sei_pic_timing.full_timestamp_flag);
875 if (sei_pic_timing.full_timestamp_flag) {
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 866 sei_pic_timing.full_timestamp_flag = extract_bits(1);
870 ALOGV("-->f_timestamp_flg : %u", sei_pic_timing.full_timestamp_flag);
875 if (sei_pic_timing.full_timestamp_flag) {
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 866 sei_pic_timing.full_timestamp_flag = extract_bits(1);
870 ALOGV("-->f_timestamp_flg : %u", sei_pic_timing.full_timestamp_flag);
875 if (sei_pic_timing.full_timestamp_flag) {
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 1797 OMX_U32 full_timestamp_flag[4]; member in struct:OMX_TI_VIDEO_H264VDEC_SeiPictureTiming
    [all...]

Completed in 4765 milliseconds