Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h521 status_t onQueueInputBuffer(const sp<AMessage> &msg);
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp4184 err = onQueueInputBuffer(msg); in onMessageReceived()
4656 return onQueueInputBuffer(msg); in queueCSDInputBuffer()
4756 status_t MediaCodec::onQueueInputBuffer(const sp<AMessage> &msg) { in onQueueInputBuffer() function in android::MediaCodec
4970 return onQueueInputBuffer(msg); in handleLeftover()