Home
last modified time | relevance | path

Searched refs:MOUT_VIDEO_HEIGHT_KEY (Results 1 – 7 of 7) sorted by relevance

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_outport.cpp136 if (!(pvmiSetPortFormatSpecificInfoSync(config, MOUT_VIDEO_HEIGHT_KEY))) in Connect()
205 else if (pv_mime_strcmp(aIdentifier, MOUT_VIDEO_HEIGHT_KEY) == 0) in getParametersSync()
207 if (!pvmiGetPortFormatSpecificInfoSync(MOUT_VIDEO_HEIGHT_KEY, aParameters)) in getParametersSync()
255 if (pv_mime_strcmp(aParameters->key, MOUT_VIDEO_HEIGHT_KEY) == 0) in releaseParameters()
393 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_HEIGHT_KEY) == 0)) in pvmiSetPortFormatSpecificInfoSync()
545 else if ((pv_mime_strcmp(aFormatValType, MOUT_VIDEO_HEIGHT_KEY) == 0)) in pvmiGetPortFormatSpecificInfoSync()
/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h488 #define MOUT_VIDEO_HEIGHT_KEY "x-pvmf/video/render/height;valtype=uint32" macro
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.cpp2152 status = SetMIOParameterUint32((char*)MOUT_VIDEO_HEIGHT_KEY, in ConfigMIO()
2440 (pv_mime_strcmp(aParameters[i].key, MOUT_VIDEO_HEIGHT_KEY) == 0) || in setParametersSync()
/external/opencore/android/
Dandroid_surface_output.cpp823 else if (pv_mime_strcmp(aParameters[i].key, MOUT_VIDEO_HEIGHT_KEY) == 0) in setParametersSync()
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_video.cpp1218 else if (pv_mime_strcmp(aParameters[i].key, MOUT_VIDEO_HEIGHT_KEY) == 0) in setParametersSync()
/external/opencore/engines/2way/src/
Dpv_2way_datapath.cpp624 portParams.key = OSCL_CONST_CAST(char*, MOUT_VIDEO_HEIGHT_KEY); in PortStatusChange()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1676 else if (pv_mime_strcmp(aParameters[i].key, MOUT_VIDEO_HEIGHT_KEY) == 0) in setParametersSync()