Searched refs:VIDEO_OUTPUT_HEIGHT_CUR_QUERY (Results 1 – 8 of 8) sorted by relevance
/external/opencore/pvmi/pvmf/include/ |
D | pvmi_kvp.h | 383 #define VIDEO_OUTPUT_HEIGHT_CUR_QUERY ".../output/height;attr=cur" macro
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 443 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/ |
D | pvmf_fileinput_port.cpp | 151 else if (pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_port.cpp | 839 …status = aConfig->getParametersSync(NULL, (PvmiKeyType)VIDEO_OUTPUT_HEIGHT_CUR_QUERY, kvp, numPara… in GetInputParametersFromPeer()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | logicalchannel.cpp | 948 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/ |
D | android_camera_input.cpp | 544 } else if (!pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY)) { in getParametersSync()
|
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/ |
D | pvmi_mio_avi_wav_file.cpp | 523 else if (pv_mime_strcmp(aIdentifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.cpp | 515 else if (pv_mime_strcmp(identifier, VIDEO_OUTPUT_HEIGHT_CUR_QUERY) == 0) in getParametersSync()
|