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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 40 public boolean overscan_info_present_flag; field in class:VUIParameters
70 ", overscan_info_present_flag=" + overscan_info_present_flag + "\n" +
SeqParameterSet.java 205 vuip.overscan_info_present_flag = reader
206 .readBool("VUI: overscan_info_present_flag");
207 if (vuip.overscan_info_present_flag) {
413 writer.writeBool(vuip.overscan_info_present_flag,
414 "VUI: overscan_info_present_flag");
415 if (vuip.overscan_info_present_flag) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sps.c 151 pVUI_Seq_Not_Used->overscan_info_present_flag = (uint8_t)code;
153 if(pVUI_Seq_Not_Used->overscan_info_present_flag)
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 194 uint32_t overscan_info_present_flag; member in struct:rvce_vui
radeon_vce_52.c 585 RVCE_CS(enc->enc_pic.vui.overscan_info_present_flag);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 543 uint8_t overscan_info_present_flag; // u(1) member in struct:_vui_seq_parameters_t_not_used

Completed in 82 milliseconds