Home
last modified time | relevance | path

Searched refs:PVMF_MIME_H264_VIDEO_RAW (Results 1 – 12 of 12) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h122 #define PVMF_MIME_H264_VIDEO_RAW "X-H264-BYTE-STREAM" macro
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp705 iCapability.iOutputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_RAW); in PVMFOMXEncNode()
1174 if ((iOutFormat == PVMF_MIME_H264_VIDEO_MP4) || (iOutFormat == PVMF_MIME_H264_VIDEO_RAW)) in Run()
1670 ((PVMFOMXEncPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW || in HandleProcessingState()
2320 else if (iOutFormat == PVMF_MIME_H264_VIDEO_RAW || in NegotiateVideoComponentParameters()
2416 else if (iOutFormat == PVMF_MIME_H264_VIDEO_RAW || in NegotiateVideoComponentParameters()
2478 else if (iOutFormat == PVMF_MIME_H264_VIDEO_RAW || in NegotiateVideoComponentParameters()
4150 if ((iOutFormat == PVMF_MIME_H264_VIDEO_RAW) && in CreateOutMemPool()
4386 if ((iOutFormat == PVMF_MIME_H264_VIDEO_RAW) && in ProvideBuffersToComponent()
5065 if (((iOutFormat == PVMF_MIME_H264_VIDEO_MP4) || (iOutFormat == PVMF_MIME_H264_VIDEO_RAW)) in FillBufferDoneProcessing()
5283 if ((iOutFormat == PVMF_MIME_H264_VIDEO_RAW) && in FillBufferDoneProcessing()
[all …]
Dpvmf_omx_enc_port.cpp501 iFormat == PVMF_MIME_H264_VIDEO_RAW || in GetOutputParametersSync()
/external/opencore/pvmi/pvmf/src/
Dpvmf_format_type.cpp103 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_H264_VIDEO_RAW) == 0) || in isVideo()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_inport.cpp278 (aFmt == PVMF_MIME_H264_VIDEO_RAW) || in IsFormatSupported()
366 parameters[12].value.pChar_value = (char*)PVMF_MIME_H264_VIDEO_RAW; in getParametersSync()
Dpvmf_fileoutput_node.cpp232 iCapability.iInputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_RAW); in GetCapability()
/external/opencore/engines/player/config/core/
Dpv_player_node_registry_populator.cpp147 nodeinfo.iInputTypes.push_back(PVMF_MIME_H264_VIDEO_RAW); in RegisterAllNodes()
196 nodeinfo.iInputTypes.push_back(PVMF_MIME_H264_VIDEO_RAW); in RegisterAllNodes()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp179 iCapability.iInputFormatCapability.push_back(PVMF_MIME_H264_VIDEO_RAW); in PVMFOMXVideoDecNode()
1059 Format == PVMF_MIME_H264_VIDEO_RAW) in NegotiateComponentParameters()
2133 …((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW || ((PVMFOMXDecPort*)iInPort)->iF… in DoGetNodeMetadataValue()
2156 else if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW) in DoGetNodeMetadataValue()
2158 …valuelen = oscl_strlen(_STRLIT_CHAR(PVMF_MIME_H264_VIDEO_RAW)) + 1; // Value string plus one for N… in DoGetNodeMetadataValue()
2208 else if (((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW) in DoGetNodeMetadataValue()
2210 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H264_VIDEO_RAW), valuelen); in DoGetNodeMetadataValue()
2452 …at == PVMF_MIME_H264_VIDEO_MP4 || ((PVMFOMXDecPort*)iInPort)->iFormat == PVMF_MIME_H264_VIDEO_RAW)) in GetNumMetadataValues()
3115 aInputs.iMimeType == PVMF_MIME_H264_VIDEO_RAW) in DoCapConfigVerifyParameters()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_port.cpp73 (aFmt == PVMF_MIME_H264_VIDEO_RAW) || in IsFormatSupported()
Dpvmf_omx_basedec_node.cpp3952 format == PVMF_MIME_H264_VIDEO_RAW) in DoPrepare()
4177 …F_MIME_H264_VIDEO) && (format != PVMF_MIME_H264_VIDEO_MP4) && (format != PVMF_MIME_H264_VIDEO_RAW)) in DoPrepare()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1457 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_H264_VIDEO_RAW; in getParametersSync()
1945 … (pv_mime_strcmp(aParameters[paramind].value.pChar_value, PVMF_MIME_H264_VIDEO_RAW) == 0) || in verifyParametersSync()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp1696 (pv_mime_strcmp(mimeString, PVMF_MIME_H264_VIDEO_RAW) == 0) || in FindTrackForDatapathUsingMimeString()
1778 (pv_mime_strcmp(mimeString, PVMF_MIME_H264_VIDEO_RAW) == 0) || in FindDatapathForTrackUsingMimeString()