Searched refs:AVCDecoderConfigurationRecord (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/mp4/
H A Davc.h16 struct AVCDecoderConfigurationRecord;
23 const AVCDecoderConfigurationRecord& avc_config,
H A Dmp4_stream_parser.h68 bool PrepareAVCBuffer(const AVCDecoderConfigurationRecord& avc_config,
H A Dbox_definitions.h150 struct MEDIA_EXPORT AVCDecoderConfigurationRecord : Box { struct in namespace:media::mp4
151 DECLARE_BOX_METHODS(AVCDecoderConfigurationRecord);
185 AVCDecoderConfigurationRecord avcc;
H A Davc.cc63 const AVCDecoderConfigurationRecord& avc_config,
H A Davc_unittest.cc77 AVCDecoderConfigurationRecord avc_config;
H A Dbox_definitions.cc313 AVCDecoderConfigurationRecord::AVCDecoderConfigurationRecord() function in class:media::mp4::AVCDecoderConfigurationRecord
320 AVCDecoderConfigurationRecord::~AVCDecoderConfigurationRecord() {}
321 FourCC AVCDecoderConfigurationRecord::BoxType() const { return FOURCC_AVCC; }
323 bool AVCDecoderConfigurationRecord::Parse(BoxReader* reader) {
H A Dmp4_stream_parser.cc353 const AVCDecoderConfigurationRecord& avc_config,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/basemediaformat/
H A DAvcNalUnitStorageBox.java30 * The AVC NAL Unit Storage Box SHALL contain an AVCDecoderConfigurationRecord,
34 AvcConfigurationBox.AVCDecoderConfigurationRecord avcDecoderConfigurationRecord;
45 public AvcConfigurationBox.AVCDecoderConfigurationRecord getAvcDecoderConfigurationRecord() {
81 this.avcDecoderConfigurationRecord = new AvcConfigurationBox.AVCDecoderConfigurationRecord(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
H A DAvcConfigurationBox.java41 public AVCDecoderConfigurationRecord avcDecoderConfigurationRecord = new AVCDecoderConfigurationRecord();
146 avcDecoderConfigurationRecord = new AVCDecoderConfigurationRecord(content);
182 public AVCDecoderConfigurationRecord getavcDecoderConfigurationRecord() {
187 public static class AVCDecoderConfigurationRecord { class in class:AvcConfigurationBox
211 public AVCDecoderConfigurationRecord() { method in class:AvcConfigurationBox.AVCDecoderConfigurationRecord
214 public AVCDecoderConfigurationRecord(ByteBuffer content) { method in class:AvcConfigurationBox.AVCDecoderConfigurationRecord

Completed in 986 milliseconds