Searched defs:ESDS (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
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/foundation/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/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"
23 #include "include/ESDS.h"
29 ESDS::ESDS(const void *data, size_t size) function in class:android::ESDS
41 ESDS::~ESDS() {
46 status_t ESDS::InitCheck() const {
50 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const {
60 status_t ESDS::getCodecSpecificInfo(const void **data, size_t *size) const {
71 status_t ESDS
[all...]

Completed in 77 milliseconds