Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp38 mFrameConfig(false) { in SimpleSoftOMXComponent()
215 bool frameConfig = mFrameConfig; in setConfig()
218 mFrameConfig = frameConfig; in setConfig()
355 if (mFrameConfig) { in emptyThisBuffer()
356 msg->setInt32("frame-config", mFrameConfig); in emptyThisBuffer()
357 mFrameConfig = false; in emptyThisBuffer()
420 buffer->mFrameConfig = (bool)frameConfig; in onMessageReceived()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSimpleSoftOMXComponent.h54 bool mFrameConfig; member
110 std::atomic_bool mFrameConfig; member
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp290 if (inInfo->mFrameConfig) { in onQueueFilled()