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

1 2

  /external/opencore/engines/2way/test/src/
test_engine.cpp 353 adopt_test_case(new video_only_test(PVMF_MIME_YUV420, PVMF_MIME_H2632000, aProxy));
357 adopt_test_case(new video_only_test(PVMF_MIME_H2632000, 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));
393 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_H2632000, PVMF_MIME_YUV420, aProxy));
397 adopt_test_case(new av_test(PVMF_MIME_AMR_IF2, PVMF_MIME_AMR_IF2, PVMF_MIME_H2632000, PVMF_MIME_H2632000, aProxy));
494 iVideoSourceH263FileSettings.iMediaFormat = PVMF_MIME_H2632000;
733 else if (format == PVMF_MIME_H2632000)
745 else if (format == PVMF_MIME_H2632000 || format == PVMF_MIME_H2631998)
  /external/opencore/codecs_v2/omx/omx_common/src/
pv_omx_config_parser.cpp 128 aInputs.iMimeType = PVMF_MIME_H2632000;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 143 aInputs.iMimeType = PVMF_MIME_H2632000;
ti_video_config_parser.cpp 97 aInputs->iMimeType == PVMF_MIME_H2632000)//h263
  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 120 #define PVMF_MIME_H2632000 "video/H263-2000"
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_metadata.cpp 481 if (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H2632000, oscl_strlen(PVMF_MIME_H2632000)) == 0)
517 if (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H2632000, oscl_strlen(PVMF_MIME_H2632000)) == 0)
554 (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H2632000, oscl_strlen(PVMF_MIME_H2632000)) == 0) ||
767 else if (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H2632000, oscl_strlen(PVMF_MIME_H2632000)) == 0)
    [all...]
pvmf_mp4ffparser_outport.cpp 74 aFmt == PVMF_MIME_H2632000 ||
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.cpp 283 parameters[4].value.pChar_value = (char*)PVMF_MIME_H2632000;
612 pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_H2632000) == 0 ||
661 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_H2632000) == 0 ||
713 iFormat == PVMF_MIME_H2632000)
798 iFormat == PVMF_MIME_H2632000)
801 iFormat == PVMF_MIME_H2632000)
    [all...]
pvmp4ffcn_node.cpp 540 aNodeCapability.iInputFormatCapability.push_back(PVMF_MIME_H2632000);
    [all...]
pvmp4ffcn_node_cap_config.cpp 350 if (pv_mime_strcmp(val_key, "PVMF_MIME_H2632000") == 0)
352 iErrorAddTrack = PVMF_MIME_H2632000;
  /external/opencore/nodes/pvvideoparsernode/src/
pvmf_videoparser_node.cpp 180 aNodeCapability.iInputFormatCapability.push_back(PVMF_MIME_H2632000);
183 aNodeCapability.iOutputFormatCapability.push_back(PVMF_MIME_H2632000);
595 if (!((property->format == PVMF_MIME_M4V) || (property->format == PVMF_MIME_H2631998) || (property->format == PVMF_MIME_H2632000)))
635 if ((iFormatType == PVMF_MIME_H2631998) || (iFormatType == PVMF_MIME_H2632000))
680 if ((iFormatType == PVMF_MIME_H2631998) || (iFormatType == PVMF_MIME_H2632000))
    [all...]
pvmf_videoparser_port.cpp 75 return ((aFmt == PVMF_MIME_M4V) || (aFmt == PVMF_MIME_H2631998) || (aFmt == PVMF_MIME_H2632000));
  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_video_config_parser.cpp 97 aInputs->iMimeType == PVMF_MIME_H2632000)//h263
  /external/opencore/nodes/pvdummyinputnode/src/
pvmf_dummy_fileinput_node.cpp     [all...]
pvmf_fileinput_port.cpp 352 (aFmt == PVMF_MIME_H2632000) ||
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 144 nodeinfo.iInputTypes.push_back(PVMF_MIME_H2632000);
185 nodeinfo.iInputTypes.push_back(PVMF_MIME_H2632000);
  /external/opencore/fileformats/mp4/parser/src/
sampledescriptionatom.cpp 857 mimeType.set(PVMF_MIME_H2632000, oscl_strlen(PVMF_MIME_H2632000));
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_inport.cpp 274 (aFmt == PVMF_MIME_H2632000) ||
349 parameters[5].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_H2632000);
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 277 (aFmt == PVMF_MIME_H2632000) ||
361 parameters[7].value.pChar_value = (char*)PVMF_MIME_H2632000;
  /external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
pvt_common.cpp 644 aFormatType = PVMF_MIME_H2632000;
667 else if ((aFormatType == PVMF_MIME_H2632000) || (aFormatType == PVMF_MIME_H2631998))
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 78 (aFmt == PVMF_MIME_H2632000) ||
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 183 iCapability.iInputFormatCapability.push_back(PVMF_MIME_H2632000);
717 if ((pOutputParameters->width != 0) && (pOutputParameters->height != 0) && iInPort && (((PVMFOMXDecPort*)iInPort)->iFormat != PVMF_MIME_H2631998 || ((PVMFOMXDecPort*)iInPort)->iFormat != PVMF_MIME_H2632000))
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
logicalchannel.cpp     [all...]
  /external/opencore/engines/2way/src/
pv_2way_engine.cpp 635 H324ChannelParameters inVideoChannelParams(INCOMING, PVMF_MIME_H2632000, MAX_VIDEO_BITRATE);
656 PVMF_MIME_H2632000, MAX_VIDEO_BITRATE);
    [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 709 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_H2632000);
    [all...]

Completed in 52 milliseconds

1 2