Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h627 struct VideoConfigCIR : VideoParamConfigSet { struct
629 VideoConfigCIR() { in VideoConfigCIR() argument
631 size = sizeof(VideoConfigCIR); in VideoConfigCIR()
DVideoEncoderBase.cpp1289 VideoConfigCIR *configCIR = reinterpret_cast <VideoConfigCIR *> (videoEncConfig); in setConfig()
1291 if (configCIR->size != sizeof (VideoConfigCIR)) { in setConfig()
1388 VideoConfigCIR *configCIR = reinterpret_cast <VideoConfigCIR *> (videoEncConfig); in getConfig()
1390 if (configCIR->size != sizeof (VideoConfigCIR)) { in getConfig()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.cpp646 VideoConfigCIR configCIR; in SetParamVideoIntraRefresh()