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

  /external/opencore/pvmi/pvmf/include/
pvmf_video.h 70 class PVMFVideoResolution
73 PVMFVideoResolution(uint16 w, uint16 h) : width(w), height(h) {}
78 #define PVMF_RESOLUTION_NULL PVMFVideoResolution(0,0)
79 #define PVMF_RESOLUTION_SQCIF PVMFVideoResolution(128,96)
80 #define PVMF_RESOLUTION_QCIF PVMFVideoResolution(176,144)
81 #define PVMF_RESOLUTION_CIF PVMFVideoResolution(352,288)
82 #define PVMF_RESOLUTION_4CIF PVMFVideoResolution(704,576)
83 #define PVMF_RESOLUTION_16CIF PVMFVideoResolution(1408,1152)
88 PVMFVideoResolutionRange(PVMFVideoResolution first, PVMFVideoResolution last
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
pvt_common.h 405 virtual PVMFVideoResolution* GetMaxResolution(uint32& frame_rate) = 0;
420 iVideoResolution = OSCL_NEW(PVMFVideoResolution, (0, 0));
445 PVMFVideoResolution* GetMaxResolution(uint32& frame_rate)
464 PVMFVideoResolution *iVideoResolution;
473 iVideoResolution = OSCL_NEW(PVMFVideoResolution, (0, 0));
492 PVMFVideoResolution* GetMaxResolution(uint32& frame_rate)
505 PVMFVideoResolution *iVideoResolution;
    [all...]
h324utils.h 149 bool IsResolutionSupported(const PVMFVideoResolution& resolution, const Oscl_Vector<PVMFVideoResolutionRange, OsclMemAllocator>& resolutions);
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
h324utils.cpp     [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp     [all...]

Completed in 158 milliseconds