Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h554 status_t amendOutputFormatWithCodecSpecificData(const sp<MediaCodecBuffer> &buffer);
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp4531 amendOutputFormatWithCodecSpecificData(buffer); in handleOutputFormatChangeIfNeeded()
5297 status_t MediaCodec::amendOutputFormatWithCodecSpecificData( in amendOutputFormatWithCodecSpecificData() function in android::MediaCodec