Home
last modified time | relevance | path

Searched refs:AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY (Results 1 – 5 of 5) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h410 #define AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY ".../num_channels;attr=cur" macro
/external/opencore/android/author/
Dandroid_audio_input.cpp556 else if (pv_mime_strcmp(identifier, AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY) == 0) in getParametersSync()
559 …status = AllocateKvp(parameters, (PvmiKeyType)AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY, num_parameter_e… in getParametersSync()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp545 else if (pv_mime_strcmp(identifier, AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY) == 0) in GetOutputParametersSync()
848 …status = aConfig->getParametersSync(NULL, (PvmiKeyType)AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY, kvp, n… in NegotiateInputSettings()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp766 …status = aConfig->getParametersSync(NULL, (PvmiKeyType)AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY, kvp, n… in GetInputParametersFromPeer()
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
Dpvmi_mio_avi_wav_file.cpp559 else if (pv_mime_strcmp(aIdentifier, AUDIO_OUTPUT_NUM_CHANNELS_CUR_QUERY) == 0) in getParametersSync()