Searched refs:handleOutputFormatChangeIfNeeded (Results 1 – 2 of 2) sorted by relevance
678 void handleOutputFormatChangeIfNeeded(const sp<MediaCodecBuffer> &buffer);
3894 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