HomeSort by relevance Sort by last modified time
    Searched defs:PortVideo (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/wrs_omxil_core/base/inc/
portvideo.h 2 * portvideo.h, port class for video
27 class PortVideo : public PortBase
30 PortVideo();
31 //~PortVideo();
58 /* end of PortVideo */
60 class PortAvc : public PortVideo
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 2 * portvideo.cpp, port class for video
26 #include <portvideo.h>
28 #define LOG_TAG "portvideo"
31 PortVideo::PortVideo()
56 //PortVideo::~PortVideo()
64 OMX_ERRORTYPE PortVideo::SetPortVideoParam(
87 const OMX_VIDEO_PARAM_PORTFORMATTYPE *PortVideo::GetPortVideoParam(void)
92 OMX_ERRORTYPE PortVideo::SetPortBitrateParam
    [all...]

Completed in 67 milliseconds