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

1 2

  /external/opencore/engines/player/test/src/
test_pv_player_engine.cpp     [all...]
  /external/opencore/engines/2way/test/include/
avi_test.h 30 PVMFFormatType audio_src_format = PVMF_MIME_PCM16,
31 PVMFFormatType audio_sink_format = PVMF_MIME_PCM16,
  /external/opencore/engines/2way/test/src/
test_engine.cpp 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));
344 adopt_test_case(new audio_only_test(aProxy, PVMF_MIME_PCM16, PVMF_MIME_PCM16));
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));
384 adopt_test_case(new av_test(PVMF_MIME_PCM16, PVMF_MIME_PCM16, PVMF_MIME_YUV420, PVMF_MIME_YUV420, aProxy));
443 iAudioSourceRawFileSettings.iMediaFormat = PVMF_MIME_PCM16;
710 else if (format == PVMF_MIME_PCM16)
    [all...]
  /external/opencore/engines/player/test/config/android/
test_pv_player_engine_config.h 24 #define AUDIOSINK_FORMAT_TYPE PVMF_MIME_PCM16
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_port.cpp 49 aFmt == PVMF_MIME_PCM16 ||
pvmf_wavffparser_node.cpp 80 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_PCM16);
    [all...]
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 176 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
235 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
246 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
261 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
277 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
288 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
299 nodeinfo.iOutputType.push_back(PVMF_MIME_PCM16);
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 66 #define PVMF_MIME_PCM16 "audio/L16"
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 33 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_PCM16) == 0) ||
  /external/opencore/nodes/pvloopbacknode/src/
pvmf_loopback_node.cpp 70 iCapability.iInputFormatCapability.push_back(PVMF_MIME_PCM16);
73 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_PCM16);
  /external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
pvmi_mio_avi_wav_file.cpp 840 iSettings.iMediaFormat = PVMF_MIME_PCM16;
841 iSettings.iMimeType = PVMF_MIME_PCM16;
882 iSettings.iMediaFormat = PVMF_MIME_PCM16;
883 iSettings.iMimeType = PVMF_MIME_PCM16;
    [all...]
  /external/opencore/android/
android_audio_mio.cpp 478 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_PCM16;
519 (pv_mime_strcmp(aParameters[i].value.pChar_value, PVMF_MIME_PCM16) == 0)
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp 277 (aFmt == PVMF_MIME_PCM16) ||
351 parameters[7].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_PCM16);
pvmf_dummy_fileoutput_node.cpp 229 iCapability.iInputFormatCapability.push_back(PVMF_MIME_PCM16);
    [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 283 (aFmt == PVMF_MIME_PCM16) ||
363 parameters[9].value.pChar_value = (char*)PVMF_MIME_PCM16;
pvmf_fileoutput_node.cpp 227 iCapability.iInputFormatCapability.push_back(PVMF_MIME_PCM16);
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp 238 if (iAudioFormat == PVMF_MIME_PCM16 || iAudioFormat == PVMF_MIME_PCM8)
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 84 isSupported = ((aFmt == PVMF_MIME_PCM16) ||
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp     [all...]
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 355 (aFmt == PVMF_MIME_PCM16) ||
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp     [all...]
  /external/opencore/android/author/
android_audio_input.cpp 530 parameters[0].value.pChar_value = (char*)PVMF_MIME_PCM16;
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 728 iCapability.iInputFormatCapability.push_back(PVMF_MIME_PCM16);
    [all...]
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp     [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_mio_audio.cpp 54 iInputFormatCapability.push_back(PVMF_MIME_PCM16);

Completed in 518 milliseconds

1 2