Home
last modified time | relevance | path

Searched refs:amendOutputFormatWithCodecSpecificData (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
DMediaCodec.h417 status_t amendOutputFormatWithCodecSpecificData(const sp<MediaCodecBuffer> &buffer);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1788 amendOutputFormatWithCodecSpecificData(buffer); in onMessageReceived()
3110 status_t MediaCodec::amendOutputFormatWithCodecSpecificData( in amendOutputFormatWithCodecSpecificData() function in android::MediaCodec