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 427 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame =
428 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig);
430 if (encConfigVP8ReferenceFrame->size != sizeof(VideoConfigVP8ReferenceFrame)) {
481 VideoConfigVP8ReferenceFrame *encConfigVP8ReferenceFrame =
482 reinterpret_cast<VideoConfigVP8ReferenceFrame*> (videoEncConfig);
484 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 45 milliseconds