HomeSort by relevance Sort by last modified time
    Searched refs:VideoConfigVP8ReferenceFrame (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.h 55 VideoConfigVP8ReferenceFrame mVideoConfigVP8ReferenceFrame;
VideoEncoderVP8.cpp 426 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame =
427 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig);
429 if (encConfigVP8ReferenceFrame->size != sizeof(VideoConfigVP8ReferenceFrame)) {
479 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame =
480 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig);
482 if (encConfigVP8ReferenceFrame->size != sizeof(VideoConfigVP8ReferenceFrame)) {
VideoEncoderDef.h 694 struct VideoConfigVP8ReferenceFrame : VideoParamConfigSet {
703 VideoConfigVP8ReferenceFrame () {
705 size = sizeof(VideoConfigVP8ReferenceFrame);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderVP8.cpp 284 VideoConfigVP8ReferenceFrame configVP8ReferenceFrame;

Completed in 466 milliseconds