Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMediaCodec.h392 status_t amendOutputFormatWithCodecSpecificData(const sp<ABuffer> &buffer);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1557 amendOutputFormatWithCodecSpecificData(buffer); in onMessageReceived()
2863 status_t MediaCodec::amendOutputFormatWithCodecSpecificData( in amendOutputFormatWithCodecSpecificData() function in android::MediaCodec