Home
last modified time | relevance | path

Searched refs:PVMF_MIME_RGB12 (Results 1 – 10 of 10) sorted by relevance

/external/opencore/pvmi/pvmf/src/
Dpvmf_format_type.cpp40 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_RGB12) == 0) || in OSCL_DLL_ENTRY_POINT_DEFAULT()
96 (pv_mime_strcmp(iMimeStr.c_str(), PVMF_MIME_RGB12) == 0) || in isVideo()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp60 (aFmt == PVMF_MIME_RGB12) || in IsFormatSupported()
333 parameters[2].value.pChar_value = (char*)PVMF_MIME_RGB12; in GetInputParametersSync()
668 pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_RGB12) == 0 || in VerifyAndSetParameter()
757 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_RGB12) == 0 || in NegotiateInputSettings()
916 if ((videoFormat == PVMF_MIME_RGB12) || (videoFormat == PVMF_MIME_RGB24)) in NegotiateInputSettings()
Dpvmf_omx_enc_node.cpp711 iCapability.iInputFormatCapability.push_back(PVMF_MIME_RGB12); in PVMFOMXEncNode()
2095 else if (iInFormat == PVMF_MIME_RGB12) in NegotiateVideoComponentParameters()
8599 else if (aFormat == PVMF_MIME_RGB12) in SetInputFormat()
/external/opencore/nodes/pvomxencnode/include/
Dpvmf_omx_enc_port.h213 else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_RGB12) == 0) in GetPriority()
/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h75 #define PVMF_MIME_RGB12 "X-RGB-12" macro
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_video.cpp845 …(aDestFormat == PVMF_MIME_RGB12 || aDestFormat == PVMF_MIME_RGB16 || aDestFormat == PVMF_MIME_RGB2… in CopyVideoFrameData()
1063 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_RGB12; in getParametersSync()
1267 … (pv_mime_strcmp(aParameters[paramind].value.pChar_value, PVMF_MIME_RGB12) == 0) || in verifyParametersSync()
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
Dpvmi_mio_avi_wav_file.cpp792 iSettings.iMediaFormat = PVMF_MIME_RGB12; in InitComp()
793 iSettings.iMimeType = PVMF_MIME_RGB12; in InitComp()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1487 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_RGB12; in getParametersSync()
1921 … (pv_mime_strcmp(aParameters[paramind].value.pChar_value, PVMF_MIME_RGB12) == 0) || in verifyParametersSync()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp991 iYUVFormat = PVMF_MIME_RGB12; in NegotiateComponentParameters()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp1690 (pv_mime_strcmp(mimeString, PVMF_MIME_RGB12) == 0) || in FindTrackForDatapathUsingMimeString()
1772 (pv_mime_strcmp(mimeString, PVMF_MIME_RGB12) == 0) || in FindDatapathForTrackUsingMimeString()