Home
last modified time | relevance | path

Searched refs:mFrameConfig (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp42 mFrameConfig(false) { in SimpleSoftOMXComponent()
232 bool frameConfig = mFrameConfig; in setConfig()
235 mFrameConfig = frameConfig; in setConfig()
372 if (mFrameConfig) { in emptyThisBuffer()
373 msg->setInt32("frame-config", mFrameConfig); in emptyThisBuffer()
374 mFrameConfig = false; in emptyThisBuffer()
437 buffer->mFrameConfig = (bool)frameConfig; in onMessageReceived()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSimpleSoftOMXComponent.h54 bool mFrameConfig; member
110 std::atomic_bool mFrameConfig; member
/aosp12/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp290 if (inInfo->mFrameConfig) { in onQueueFilled()