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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 57 public boolean pic_struct_present_flag; field in class:VUIParameters
87 ", pic_struct_present_flag=" + pic_struct_present_flag + "\n" +
SeqParameterSet.java 257 vuip.pic_struct_present_flag = reader
258 .readBool("VUI: pic_struct_present_flag");
467 writer.writeBool(vuip.pic_struct_present_flag,
468 "VUI: pic_struct_present_flag");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 614 if (sps.vuiParams != null && (sps.vuiParams.nalHRDParams != null || sps.vuiParams.vclHRDParams != null || sps.vuiParams.pic_struct_present_flag)) {
626 if (sps.vuiParams.pic_struct_present_flag) {
718 if (sps.vuiParams.pic_struct_present_flag) {
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 299 OMX_U8 pic_struct_present_flag; member in struct:__anon26331
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 635 vui_param.pic_struct_present_flag = extract_bits(1);
636 ALOGV("pic_struct_present_flag : %u", vui_param.pic_struct_present_flag);
902 if (vui_param.pic_struct_present_flag)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 299 OMX_U8 pic_struct_present_flag; member in struct:__anon26350
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 586 vui_param.pic_struct_present_flag = extract_bits(1);
587 ALOGV("pic_struct_present_flag : %u", vui_param.pic_struct_present_flag);
836 if (vui_param.pic_struct_present_flag) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 278 uint pic_struct_present_flag; member in struct:tagVUIParam
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 514 uint8_t pic_struct_present_flag; member in struct:_vui_seq_parameters_t_used
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 235 SPS->sps_disp.vui_seq_parameters.pic_struct_present_flag = (uint8_t)code;
h264parse_sei.c 131 if(pInfo->active_SPS.sps_disp.vui_seq_parameters.pic_struct_present_flag)
    [all...]
viddec_h264_workload.c 629 viddec_fw_h264_vui_set_pic_struct_present_flag(&(wi.h264_vui), pInfo->active_SPS.sps_disp.vui_seq_parameters.pic_struct_present_flag);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 182 BitstreamWrite1Bit(stream, vui->pic_struct_present_flag);
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 1498 OMX_U8 pic_struct_present_flag; member in struct:OMX_TI_VIDEO_H264VDEC_VuiParams
    [all...]

Completed in 239 milliseconds