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

/frameworks/av/media/libstagefright/include/
H A DESDS.h27 class ESDS { class in namespace:android
29 ESDS(const void *data, size_t size);
30 ~ESDS();
67 ESDS(const ESDS &);
68 ESDS &operator=(const ESDS &);
/frameworks/av/media/libstagefright/
H A DESDS.cpp18 #define LOG_TAG "ESDS"
21 #include "include/ESDS.h"
27 ESDS::ESDS(const void *data, size_t size) function in class:android::ESDS
39 ESDS::~ESDS() {
44 status_t ESDS::InitCheck() const {
48 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
58 status_t ESDS::getCodecSpecificInfo(const void **data, size_t *size) const {
69 status_t ESDS
[all...]
H A DAndroid.mk23 ESDS.cpp \
H A DMPEG2TSWriter.cpp33 #include "include/ESDS.h"
163 ESDS esds((const char *)data, size);
H A DUtils.cpp22 #include "include/ESDS.h"
373 ESDS esds((const char *)data, size);
548 esds[14] = 0x15; // not sure what 14-25 mean, they are ignored by ESDS.cpp,
684 // The written ESDS is actually for an audio stream, but it's enough
H A DMPEG4Extractor.cpp30 #include "include/ESDS.h"
1672 // Information from the ESDS must be relied on for proper
1687 ESDS esds(&buffer[4], chunk_data_size - 4);
2952 ESDS esds(esds_data, esds_size);
H A DMPEG4Writer.cpp43 #include "include/ESDS.h"
1575 ESDS esds(data, size);
H A DOMXCodec.cpp30 #include "include/ESDS.h"
529 ESDS esds((const char *)data, size);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp46 #include "include/ESDS.h"
401 ESDS esds((const char *)data, size);

Completed in 133 milliseconds