Home
last modified time | relevance | path

Searched refs:AMediaCodec_getInputFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/ndk/include/media/
DNdkMediaCodec.h401 AMediaFormat* AMediaCodec_getInputFormat(AMediaCodec*) __INTRODUCED_IN(28);
/frameworks/av/media/ndk/
Dlibmediandk.map.txt173 AMediaCodec_getInputFormat; # introduced=28
DNdkMediaCodec.cpp604 AMediaFormat* AMediaCodec_getInputFormat(AMediaCodec *mData) { in AMediaCodec_getInputFormat() function
/frameworks/av/media/libmedia/
DNdkWrapper.cpp1028 return new AMediaFormatWrapper(AMediaCodec_getInputFormat(mAMediaCodec)); in getInputFormat()