Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h678 void handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &buffer);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3894 handleOutputFormatChangeIfNeeded(buffer); in handleDequeueOutputBuffer()
4548 handleOutputFormatChangeIfNeeded(buffer); in onMessageReceived()
4571 handleOutputFormatChangeIfNeeded(buffer); in onMessageReceived()
5810 void MediaCodec::handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &buffer) { in handleOutputFormatChangeIfNeeded() function in android::MediaCodec