Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h72 virtual status_t onOutputReceived(
129 virtual status_t onOutputReceived(
170 virtual status_t onOutputReceived(
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp455 err = onOutputReceived(videoFrameBuffer, mOutputFormat, ptsUs, &done); in extractInternal()
457 err = onOutputReceived(videoFrameBuffer, mOutputFormat, ptsUs, &done); in extractInternal()
589 status_t VideoFrameDecoder::onOutputReceived( in onOutputReceived() function in android::VideoFrameDecoder
886 status_t MediaImageDecoder::onOutputReceived( in onOutputReceived() function in android::MediaImageDecoder