Home
last modified time | relevance | path

Searched refs:getSampleFormat (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h320 status_t getSampleFormat(sp<AMediaFormatWrapper> &formatWrapper);
/frameworks/av/media/libmedia/
DNdkWrapper.cpp1207 status_t AMediaExtractorWrapper::getSampleFormat(sp<AMediaFormatWrapper> &formatWrapper) { in getSampleFormat() function in android::AMediaExtractorWrapper
/frameworks/av/media/libmediaplayer2/nuplayer2/
DGenericSource2.cpp1317 status_t err = extractor->getSampleFormat(format); in readBuffer()