Home
last modified time | relevance | path

Searched refs:frameConfig (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp209 OMX_INDEXTYPE index __unused, const OMX_PTR params __unused, bool *frameConfig __unused) { in internalSetConfig()
215 bool frameConfig = mFrameConfig; in setConfig() local
216 OMX_ERRORTYPE err = internalSetConfig(index, params, &frameConfig); in setConfig()
218 mFrameConfig = frameConfig; in setConfig()
411 int32_t frameConfig; in onMessageReceived() local
412 if (!msg->findInt32("frame-config", &frameConfig)) { in onMessageReceived()
413 frameConfig = 0; in onMessageReceived()
430 buffer->mFrameConfig = (bool)frameConfig; in onMessageReceived()
DGoldfishVideoDecoderOMXComponent.h78 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig);
DSimpleGoldfishOMXComponent.h83 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig);
DGoldfishVideoDecoderOMXComponent.cpp638 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig){ in internalSetConfig() argument
697 if (*frameConfig) { in internalSetConfig()
711 *frameConfig = true; in internalSetConfig()