Searched defs:AVCDecoderConfigurationRecord (Results 1 - 3 of 3) sorted by relevance

/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
/external/chromium_org/media/formats/mp4/
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 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;

Completed in 78 milliseconds