Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp38 mFrameConfig(false) { in SimpleGoldfishOMXComponent()
215 bool frameConfig = mFrameConfig; in setConfig()
218 mFrameConfig = frameConfig; in setConfig()
365 if (mFrameConfig) { in emptyThisBuffer()
366 msg->setInt32("frame-config", mFrameConfig); in emptyThisBuffer()
367 mFrameConfig = false; in emptyThisBuffer()
430 buffer->mFrameConfig = (bool)frameConfig; in onMessageReceived()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DSimpleGoldfishOMXComponent.h54 bool mFrameConfig; member
110 std::atomic_bool mFrameConfig; member
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp323 if (inInfo->mFrameConfig) { in onQueueFilled()