Home
last modified time | relevance | path

Searched refs:PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM (Results 1 – 4 of 4) sorted by relevance

/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h440 #define PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM "x-pvmf/media/format_specific_info_pcm;valtype=key_specif… macro
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp715 int32 KeyLength = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) + 1; in HandlePortReEnable()
723 oscl_strncpy(KvpKey, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM, KeyLength); in HandlePortReEnable()
1257 int32 KeyLength = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) + 1; in NegotiateComponentParameters()
1265 oscl_strncpy(KvpKey, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM, KeyLength); in NegotiateComponentParameters()
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node_inport.cpp2114 else if (pv_mime_strcmp(aParameters->key, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) == 0) in ConfigMIO()
2429 else if (pv_mime_strcmp(aParameters[i].key, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) == 0) in setParametersSync()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1776 else if (pv_mime_strcmp(aParameters[i].key, PVMF_FORMAT_SPECIFIC_INFO_KEY_PCM) == 0) in setParametersSync()