Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderVP8.cpp426 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame = in derivedGetConfig()
427 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig); in derivedGetConfig()
429 … if (encConfigVP8ReferenceFrame->size != sizeof(VideoConfigVP8ReferenceFrame)) { in derivedGetConfig()
479 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame = in derivedSetConfig()
480 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig); in derivedSetConfig()
482 … if (encConfigVP8ReferenceFrame->size != sizeof(VideoConfigVP8ReferenceFrame)) { in derivedSetConfig()
DVideoEncoderVP8.h55 VideoConfigVP8ReferenceFrame mVideoConfigVP8ReferenceFrame;
DVideoEncoderDef.h692 struct VideoConfigVP8ReferenceFrame : VideoParamConfigSet { struct
701 VideoConfigVP8ReferenceFrame () { in VideoConfigVP8ReferenceFrame() argument
703 size = sizeof(VideoConfigVP8ReferenceFrame); in VideoConfigVP8ReferenceFrame()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderVP8.cpp284 VideoConfigVP8ReferenceFrame configVP8ReferenceFrame; in SetConfigVideoVp8ReferenceFrame()