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

/external/chromium_org/media/filters/
H A Dh264_to_annex_b_bitstream_converter.h16 struct AVCDecoderConfigurationRecord;
27 // Parses the global AVCDecoderConfigurationRecord from the file format's
33 // Pointer to buffer containing AVCDecoderConfigurationRecord.
37 // Pointer to place the parsed AVCDecoderConfigurationRecord data into.
46 mp4::AVCDecoderConfigurationRecord* avc_config);
51 const mp4::AVCDecoderConfigurationRecord& avc_config) const;
62 // The AVCDecoderConfigurationRecord that contains the parameter sets that
73 const mp4::AVCDecoderConfigurationRecord* avc_config) const;
76 // AVCDecoderConfigurationRecord from the MP4 headers to bytestream format.
83 // The AVCDecoderConfigurationRecord tha
[all...]
H A Dffmpeg_h264_to_annex_b_bitstream_converter.cc23 scoped_ptr<mp4::AVCDecoderConfigurationRecord> avc_config;
33 avc_config.reset(new mp4::AVCDecoderConfigurationRecord());
H A Dh264_to_annex_b_bitstream_converter.cc42 mp4::AVCDecoderConfigurationRecord* avc_config) {
50 // We're done processing the AVCDecoderConfigurationRecord,
58 const mp4::AVCDecoderConfigurationRecord& avc_config) const {
73 const mp4::AVCDecoderConfigurationRecord* avc_config) const {
133 const mp4::AVCDecoderConfigurationRecord& avc_config,
157 const mp4::AVCDecoderConfigurationRecord* avc_config,
H A Dh264_to_annex_b_bitstream_converter_unittest.cc19 mp4::AVCDecoderConfigurationRecord avc_config_;
314 // Simulate 10 sps AVCDecoderConfigurationRecord,
/external/chromium_org/media/formats/mp4/
H A Davc.h19 struct AVCDecoderConfigurationRecord;
31 const AVCDecoderConfigurationRecord& avc_config,
36 const AVCDecoderConfigurationRecord& avc_config,
H A Dmp4_stream_parser.h70 bool PrepareAVCBuffer(const AVCDecoderConfigurationRecord& avc_config,
H A Dbox_definitions.h154 struct MEDIA_EXPORT AVCDecoderConfigurationRecord : Box { struct in namespace:media::mp4
155 DECLARE_BOX_METHODS(AVCDecoderConfigurationRecord);
157 // Parses AVCDecoderConfigurationRecord data encoded in |data|.
199 AVCDecoderConfigurationRecord avcc;
H A Dbox_definitions.cc355 AVCDecoderConfigurationRecord::AVCDecoderConfigurationRecord() function in class:media::mp4::AVCDecoderConfigurationRecord
362 AVCDecoderConfigurationRecord::~AVCDecoderConfigurationRecord() {}
363 FourCC AVCDecoderConfigurationRecord::BoxType() const { return FOURCC_AVCC; }
365 bool AVCDecoderConfigurationRecord::Parse(BoxReader* reader) {
369 bool AVCDecoderConfigurationRecord::Parse(const uint8* data, int data_size) {
374 bool AVCDecoderConfigurationRecord::ParseInternal(BufferReader* reader,
H A Davc.cc76 bool AVC::InsertParamSetsAnnexB(const AVCDecoderConfigurationRecord& avc_config,
135 const AVCDecoderConfigurationRecord& avc_config,
H A Davc_unittest.cc260 AVCDecoderConfigurationRecord avc_config;
359 AVCDecoderConfigurationRecord avc_config;
H A Dmp4_stream_parser.cc361 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 3817 milliseconds