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

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

Completed in 47 milliseconds