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

  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 634 PVMFFormatType aFormatType = PVMF_MIME_FORMAT_UNKNOWN;
638 aFormatType = PVMF_MIME_G723;
641 aFormatType = PVMF_MIME_AMR_IF2;
644 aFormatType = PVMF_MIME_H2632000;
647 aFormatType = PVMF_MIME_M4V;
652 return aFormatType;
655 OSCL_EXPORT_REF PVCodecType_t PVMFFormatTypeToPVCodecType(PVMFFormatType aFormatType)
659 if (aFormatType == PVMF_MIME_G723)
663 else if (aFormatType == PVMF_MIME_AMR_IF2)
667 else if ((aFormatType == PVMF_MIME_H2632000) || (aFormatType == PVMF_MIME_H2631998)
    [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp     [all...]

Completed in 172 milliseconds