Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp413 VideoConfigVP8 *encConfigVP8 = in derivedGetConfig()
414 reinterpret_cast<VideoConfigVP8*> (videoEncConfig); in derivedGetConfig()
416 if (encConfigVP8->size != sizeof(VideoConfigVP8)) { in derivedGetConfig()
467 VideoConfigVP8 *encConfigVP8 = in derivedSetConfig()
468 reinterpret_cast<VideoConfigVP8*> (videoEncConfig); in derivedSetConfig()
470 if (encConfigVP8->size != sizeof(VideoConfigVP8)) { in derivedSetConfig()
DVideoEncoderVP8.h53 VideoConfigVP8 mVideoConfigVP8;
DVideoEncoderDef.h681 struct VideoConfigVP8 : VideoParamConfigSet { struct
688 VideoConfigVP8 () { in VideoConfigVP8() argument
690 size = sizeof(VideoConfigVP8); in VideoConfigVP8()