HomeSort by relevance Sort by last modified time
    Searched refs:PVMF_MIME_H264_VIDEO_MP4 (Results 1 - 22 of 22) sorted by null

  /external/opencore/pvmi/pvmf/include/
pvmf_format_type.h 124 #define PVMF_MIME_H264_VIDEO_MP4 "X-H264-VIDEO"
  /external/opencore/pvmi/pvmf/src/
pvmf_format_type.cpp 104 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_H264_VIDEO_MP4) == 0))
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_port.cpp 284 parameters[5].value.pChar_value = (char*)PVMF_MIME_H264_VIDEO_MP4;
357 if (iFormat == PVMF_MIME_H264_VIDEO_MP4)
609 pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_H264_VIDEO_MP4) == 0 ||
658 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_H264_VIDEO_MP4) == 0 ||
710 else if (iFormat == PVMF_MIME_H264_VIDEO_MP4 ||
795 else if (iFormat == PVMF_MIME_H264_VIDEO_MP4 ||
    [all...]
pvmp4ffcn_node.cpp 538 aNodeCapability.iInputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_MP4);
    [all...]
pvmp4ffcn_node_cap_config.cpp 334 if (pv_mime_strcmp(val_key, "PVMF_MIME_H264_VIDEO_MP4") == 0)
336 iErrorAddTrack = PVMF_MIME_H264_VIDEO_MP4;
  /external/opencore/codecs_v2/utilities/pv_config_parser/src/
pv_video_config_parser.cpp 106 aInputs->iMimeType == PVMF_MIME_H264_VIDEO_MP4) //avc
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node_metadata.cpp 555 (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H264_VIDEO_MP4, oscl_strlen(PVMF_MIME_H264_VIDEO_MP4)) == 0))
774 else if (oscl_strncmp(trackMIMEType.get_str(), PVMF_MIME_H264_VIDEO_MP4, oscl_strlen(PVMF_MIME_H264_VIDEO_MP4)) == 0)
    [all...]
pvmf_mp4ffparser_outport.cpp 75 aFmt == PVMF_MIME_H264_VIDEO_MP4 ||
pvmf_mp4ffparser_node.cpp 219 iCapability.iOutputFormatCapability.push_back(PVMFFormatType(PVMF_MIME_H264_VIDEO_MP4));
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 106 aInputs->iMimeType == PVMF_MIME_H264_VIDEO_MP4) //avc
  /external/opencore/engines/player/config/core/
pv_player_node_registry_populator.cpp 148 nodeinfo.iInputTypes.push_back(PVMF_MIME_H264_VIDEO_MP4);
199 nodeinfo.iInputTypes.push_back(PVMF_MIME_H264_VIDEO_MP4);
  /external/opencore/fileformats/mp4/parser/src/
sampledescriptionatom.cpp 861 mimeType.set(PVMF_MIME_H264_VIDEO_MP4, oscl_strlen(PVMF_MIME_H264_VIDEO_MP4));
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_inport.cpp 279 (aFmt == PVMF_MIME_H264_VIDEO_MP4) ||
367 parameters[13].value.pChar_value = (char*)PVMF_MIME_H264_VIDEO_MP4;
pvmf_fileoutput_node.cpp 233 iCapability.iInputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_MP4);
    [all...]
  /external/opencore/nodes/pvomxbasedecnode/src/
pvmf_omx_basedec_port.cpp 74 (aFmt == PVMF_MIME_H264_VIDEO_MP4) ||
pvmf_omx_basedec_node.cpp     [all...]
  /external/opencore/nodes/pvomxencnode/src/
pvmf_omx_enc_node.cpp 704 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_MP4);
    [all...]
pvmf_omx_enc_port.cpp 502 iFormat == PVMF_MIME_H264_VIDEO_MP4
    [all...]
  /external/opencore/nodes/pvomxvideodecnode/src/
pvmf_omx_videodec_node.cpp 178 iCapability.iInputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_MP4);
    [all...]
  /external/opencore/pvmi/media_io/pvmiofileoutput/src/
pvmi_media_io_fileoutput.cpp 870 if (iVideoFormat == PVMF_MIME_H264_VIDEO_MP4)
900 if (iVideoFormat == PVMF_MIME_H264_VIDEO_MP4)
    [all...]
  /external/opencore/engines/author/src/
pvauthorengine.cpp     [all...]
  /external/opencore/engines/player/src/
pv_player_engine.cpp     [all...]

Completed in 669 milliseconds