Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h519 void returnBuffersToCodecOnPort(int32_t portIndex, bool isReclaim = false);
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp3445 returnBuffersToCodecOnPort(kPortIndexInput); in onMessageReceived()
3512 returnBuffersToCodecOnPort(kPortIndexOutput); in onMessageReceived()
4705 returnBuffersToCodecOnPort(kPortIndexInput, isReclaim); in returnBuffersToCodec()
4706 returnBuffersToCodecOnPort(kPortIndexOutput, isReclaim); in returnBuffersToCodec()
4709 void MediaCodec::returnBuffersToCodecOnPort(int32_t portIndex, bool isReclaim) { in returnBuffersToCodecOnPort() function in android::MediaCodec