HomeSort by relevance Sort by last modified time
    Searched refs:PVMF_MIME_AMR_IF2 (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencore/engines/2way/test/include/
alloc_dealloc_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, isSIP) { };
audio_only_test.h 27 PVMFFormatType audio_src_format = PVMF_MIME_AMR_IF2,
28 PVMFFormatType audio_sink_format = PVMF_MIME_AMR_IF2)
av_duplicate_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns) {};
connect_cancel_test.h 27 connect_cancel_test(bool aUseProxy) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy) {};
init_cancel_test.h 27 init_cancel_test(bool aUseProxy, bool isSIP = false) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, isSIP)
init_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns, isSIP) { };
connect_test.h 28 test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy, aMaxRuns) ,
av_test.h 27 av_test(PVMFFormatType audio_src_format = PVMF_MIME_AMR_IF2,
28 PVMFFormatType audio_sink_format = PVMF_MIME_AMR_IF2,
user_input_test.h 28 user_input_test(bool aUseProxy, bool aIsDTMF) : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aUseProxy),
video_only_test.h 29 : test_base(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, video_src_format, video_sink_format, aUseProxy),
  /external/opencore/engines/2way/test/src/
test_engine.cpp 331 adopt_test_case(new audio_only_test(aProxy, PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2));
335 adopt_test_case(new audio_only_test(aProxy, PVMF_MIME_PCM16, PVMF_MIME_AMR_IF2));
339 adopt_test_case(new audio_only_test(aProxy, PVMF_MIME_AMR_IF2, PVMF_MIME_PCM16));
370 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
375 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_PCM16, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
379 adopt_test_case(new av_test(PVMF_MIME_PCM16, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
389 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_YUV420, PVMF_MIME_H2632000, aProxy))
    [all...]
  /external/opencore/codecs_v2/omx/omx_amrenc/src/
amr_enc.cpp 76 iOutputFormat = PVMF_MIME_AMR_IF2;
138 ipEncProps->iBitStreamFormat = (iOutputFormat == PVMF_MIME_AMR_IF2);
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 97 #define PVMF_MIME_AMR_IF2 "X-AMR-IF2"
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 65 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_AMR_IF2) == 0) ||
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 148 iCapability.iInputFormatCapability.push_back(PVMF_MIME_AMR_IF2);
580 else if (Format == PVMF_MIME_AMR_IF2 ||
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 641 aFormatType = PVMF_MIME_AMR_IF2;
663 else if (aFormatType == PVMF_MIME_AMR_IF2)
975 else if (aFormatType == PVMF_MIME_AMR_IF2)
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_port.cpp 48 if (aFmt == PVMF_MIME_AMR_IETF || aFmt == PVMF_MIME_AMR_IF2 || aFmt == PVMF_MIME_AMRWB_IETF)
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 166 nodeinfo.iInputTypes.push_back(PVMF_MIME_AMR_IF2);
258 nodeinfo.iInputTypes.push_back(PVMF_MIME_AMR_IF2);
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp 269 return ((aFmt == PVMF_MIME_AMR_IF2) ||
353 parameters[9].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_AMR_IF2);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 271 (aFmt == PVMF_MIME_AMR_IF2) ||
365 parameters[11].value.pChar_value = (char*)PVMF_MIME_AMR_IF2;
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 91 (aFmt == PVMF_MIME_AMR_IF2) ||
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp     [all...]
pvmf_fileinput_port.cpp 353 (aFmt == PVMF_MIME_AMR_IF2) ||
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp 634 H324ChannelParameters inAudioChannelParams(INCOMING, PVMF_MIME_AMR_IF2, MAX_AUDIO_BITRATE);
650 PVMF_MIME_AMR_IF2, MAX_AUDIO_BITRATE);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp     [all...]

Completed in 313 milliseconds

1 2