Searched refs:VideoConfigVP8ReferenceFrame (Results 1 – 4 of 4) sorted by relevance
426 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()
55 VideoConfigVP8ReferenceFrame mVideoConfigVP8ReferenceFrame;
692 struct VideoConfigVP8ReferenceFrame : VideoParamConfigSet { struct701 VideoConfigVP8ReferenceFrame () { in VideoConfigVP8ReferenceFrame() argument703 size = sizeof(VideoConfigVP8ReferenceFrame); in VideoConfigVP8ReferenceFrame()
284 VideoConfigVP8ReferenceFrame configVP8ReferenceFrame; in SetConfigVideoVp8ReferenceFrame()