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

1 2

  /external/opencore/codecs_v2/omx/omx_amrenc/src/
amr_enc.cpp 33 iOutputFormat = PVMF_MIME_AMR_IETF;
72 iOutputFormat = PVMF_MIME_AMR_IETF;
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 95 #define PVMF_MIME_AMR_IETF "X-AMR-IETF-SEPARATE" // Today's IETF
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 63 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_AMR_IETF) == 0) ||
  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 149 iCapability.iInputFormatCapability.push_back(PVMF_MIME_AMR_IETF);
581 Format == PVMF_MIME_AMR_IETF ||
    [all...]
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.cpp 279 parameters[0].value.pChar_value = (char*)PVMF_MIME_AMR_IETF;
607 pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_AMR_IETF) == 0 ||
656 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_AMR_IETF) == 0 ||
704 else if (iFormat == PVMF_MIME_AMR_IETF ||
731 if (iFormat == PVMF_MIME_AMR_IETF ||
    [all...]
pvmp4ffcn_node.cpp 541 aNodeCapability.iInputFormatCapability.push_back(PVMF_MIME_AMR_IETF);
    [all...]
pvmp4ffcn_node_cap_config.cpp 354 if (pv_mime_strcmp(val_key, "PVMF_MIME_AMR_IETF") == 0)
356 iErrorAddTrack = PVMF_MIME_AMR_IETF;
  /external/opencore/engines/author/test/src/single_core/
pvaetestinput.cpp 224 iSettings.iMediaFormat = PVMF_MIME_AMR_IETF;
  /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)
pvmf_amrffparser_node.cpp 131 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_AMR_IETF);
776 retval = PVMFCreateKVPUtils::CreateKVPForCharStringValue(KeyVal, PVAMRMETADATA_TRACKINFO_AUDIO_FORMAT_KEY, _STRLIT_CHAR(PVMF_MIME_AMR_IETF), indexparam);
    [all...]
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 162 nodeinfo.iInputTypes.push_back(PVMF_MIME_AMR_IETF);
254 nodeinfo.iInputTypes.push_back(PVMF_MIME_AMR_IETF);
  /external/opencore/fileformats/mp4/parser/src/
sampledescriptionatom.cpp 837 mimeType.set(PVMF_MIME_AMR_IETF, oscl_strlen(PVMF_MIME_AMR_IETF));
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 268 if ((aFmt == PVMF_MIME_AMR_IETF) ||
354 parameters[0].value.pChar_value = (char*)PVMF_MIME_AMR_IETF;
pvmf_fileoutput_node.cpp 223 iCapability.iInputFormatCapability.push_back(PVMF_MIME_AMR_IETF);
883 if (((PVMFFileOutputInPort*)iInPort)->iFormat == PVMF_MIME_AMR_IETF)
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 92 (aFmt == PVMF_MIME_AMR_IETF) ||
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_metadata.cpp 788 else if ((oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_AMR_IETF, oscl_strlen(PVMF_MIME_AMR_IETF)) == 0) ||
    [all...]
pvmf_mp4ffparser_outport.cpp 77 aFmt == PVMF_MIME_AMR_IETF ||
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_fileinput_port.cpp 354 (aFmt == PVMF_MIME_AMR_IETF) ||
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp     [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.h 133 #define DEFAULT_PLAY_FROM_FILE_AUDIO PVMF_MIME_AMR_IETF
145 #define DEFAULT_PLAY_FROM_FILE_AUDIO PVMF_MIME_AMR_IETF
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_port.cpp 493 if ((iFormat == PVMF_MIME_AMR_IETF) || (iFormat == PVMF_MIME_AMRWB_IETF) || (iFormat == PVMF_MIME_AMR_IF2) ||
570 ((iFormat == PVMF_MIME_AMR_IETF) ||
    [all...]
pvmf_omx_enc_node.cpp 712 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_AMR_IETF);
    [all...]
  /external/opencore/engines/2way/test/src/
test_engine.cpp 459 iAudioSource3FileSettings.iMediaFormat = PVMF_MIME_AMR_IETF;
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp 344 parameters[0].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_AMR_IETF);
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp     [all...]

Completed in 316 milliseconds

1 2