Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:ESDS

18 #define LOG_TAG "ESDS"
21 #include "include/ESDS.h"
27 ESDS::ESDS(const void *data, size_t size)
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::skipDescriptorHeader(
105 status_t ESDS::parse() {
123 status_t ESDS::parseESDescriptor(size_t offset, size_t size) {
171 ALOGW("Found malformed 'esds' atom, ignoring missing OCR_ES_Id.");
197 status_t ESDS::parseDecoderConfigDescriptor(size_t offset, size_t size) {