Home
last modified time | relevance | path

Searched refs:VIDEO_OUTPUT_HEIGHT_CUR_QUERY (Results 1 – 8 of 8) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h383 #define VIDEO_OUTPUT_HEIGHT_CUR_QUERY ".../output/height;attr=cur" macro
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp443 else if (pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in GetOutputParametersSync()
909 …status = aConfig->getParametersSync(NULL, (OMX_STRING)VIDEO_OUTPUT_HEIGHT_CUR_QUERY, kvp, numParam… in NegotiateInputSettings()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp151 else if (pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp839 …status = aConfig->getParametersSync(NULL, (PvmiKeyType)VIDEO_OUTPUT_HEIGHT_CUR_QUERY, kvp, numPara… in GetInputParametersFromPeer()
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
Dlogicalchannel.cpp948 kvp.length = oscl_strlen(VIDEO_OUTPUT_HEIGHT_CUR_QUERY) + 1; // +1 for \0 in NegotiateInputSettings()
955 oscl_strncpy(kvp.key, VIDEO_OUTPUT_HEIGHT_CUR_QUERY, kvp.length); in NegotiateInputSettings()
/external/opencore/android/author/
Dandroid_camera_input.cpp544 } else if (!pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY)) { in getParametersSync()
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
Dpvmi_mio_avi_wav_file.cpp523 else if (pv_mime_strcmp(aIdentifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp515 else if (pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()