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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
VUIParameters.java 33 public int max_dec_frame_buffering; field in class:VUIParameters.BitstreamRestriction
SeqParameterSet.java 275 vuip.bitstreamRestriction.max_dec_frame_buffering = reader
276 .readUE("VUI max_dec_frame_buffering");
487 writer.writeUE(vuip.bitstreamRestriction.max_dec_frame_buffering,
488 "VUI: max_dec_frame_buffering");
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 182 M4OSA_Int32 max_dec_frame_buffering; member in struct:__anon18984
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 286 uint max_dec_frame_buffering; /* ue(v) */ member in struct:tagVUIParam
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 193 ue_v(stream, vui->max_dec_frame_buffering);
    [all...]

Completed in 476 milliseconds