Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h555 void handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &buffer);
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2935 handleOutputFormatChangeIfNeeded(buffer); in handleDequeueOutputBuffer()
3522 handleOutputFormatChangeIfNeeded(buffer); in onMessageReceived()
4456 void MediaCodec::handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &buffer) { in handleOutputFormatChangeIfNeeded() function in android::MediaCodec