/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 1384 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_AMR; in getParametersSync() 1385 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_AMRWB; in getParametersSync() 1386 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_AMR_IETF; in getParametersSync() 1387 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_AMRWB_IETF; in getParametersSync() 1388 … aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_AMR_IF2; in getParametersSync() 1389 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_EVRC; in getParametersSync() 1390 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_MP3; in getParametersSync() 1391 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_ADIF; in getParametersSync() 1392 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_ADTS; in getParametersSync() 1393 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_LATM; in getParametersSync() [all …]
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_inport.cpp | 354 parameters[0].value.pChar_value = (char*)PVMF_MIME_AMR_IETF; in getParametersSync() 355 parameters[1].value.pChar_value = (char*)PVMF_MIME_AMR; in getParametersSync() 356 parameters[2].value.pChar_value = (char*)PVMF_MIME_ADTS; in getParametersSync() 357 parameters[3].value.pChar_value = (char*)PVMF_MIME_MPEG4_AUDIO; in getParametersSync() 358 parameters[4].value.pChar_value = (char*)PVMF_MIME_LATM; in getParametersSync() 359 parameters[5].value.pChar_value = (char*)PVMF_MIME_M4V; in getParametersSync() 360 parameters[6].value.pChar_value = (char*)PVMF_MIME_H2631998; in getParametersSync() 361 parameters[7].value.pChar_value = (char*)PVMF_MIME_H2632000; in getParametersSync() 362 parameters[8].value.pChar_value = (char*)PVMF_MIME_PCM8; in getParametersSync() 363 parameters[9].value.pChar_value = (char*)PVMF_MIME_PCM16; in getParametersSync() [all …]
|
D | pvmf_fileoutput_node_cap_config.cpp | 387 … if (((PVMI_KVPVALTYPE_CHARPTR == keyvaltype) && NULL != (aParameters[ii].value.pChar_value))) in releaseParameters() 389 oscl_free(aParameters[ii].value.pChar_value); in releaseParameters() 390 aParameters[ii].value.pChar_value = NULL; in releaseParameters()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_port.cpp | 279 parameters[0].value.pChar_value = (char*)PVMF_MIME_AMR_IETF; in getParametersSync() 280 parameters[1].value.pChar_value = (char*)PVMF_MIME_MPEG4_AUDIO; in getParametersSync() 281 parameters[2].value.pChar_value = (char*)PVMF_MIME_M4V; in getParametersSync() 282 parameters[3].value.pChar_value = (char*)PVMF_MIME_H2631998; in getParametersSync() 283 parameters[4].value.pChar_value = (char*)PVMF_MIME_H2632000; in getParametersSync() 284 parameters[5].value.pChar_value = (char*)PVMF_MIME_H264_VIDEO_MP4; in getParametersSync() 285 parameters[6].value.pChar_value = (char*)PVMF_MIME_3GPP_TIMEDTEXT; in getParametersSync() 286 parameters[7].value.pChar_value = (char*)PVMF_MIME_AMRWB_IETF; in getParametersSync() 299 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync() 606 if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_3GPP_TIMEDTEXT) == 0 || in VerifyAndSetParameter() [all …]
|
D | pvmp4ffcn_node_cap_config.cpp | 333 char* val_key = aParameter.value.pChar_value; in VerifyAndSetConfigParameter() 566 if (PVMI_KVPVALTYPE_CHARPTR == keyvaltype && NULL != aParameters[ii].value.pChar_value) in releaseParameters() 568 oscl_free(aParameters[ii].value.pChar_value); in releaseParameters() 569 aParameters[ii].value.pChar_value = NULL; in releaseParameters()
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_inport.cpp | 344 parameters[0].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_AMR_IETF); in getParametersSync() 345 parameters[1].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_ADTS); in getParametersSync() 346 parameters[2].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_MPEG4_AUDIO); in getParametersSync() 347 parameters[3].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_LATM); in getParametersSync() 348 parameters[4].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_M4V); in getParametersSync() 349 parameters[5].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_H2632000); in getParametersSync() 350 parameters[6].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_PCM8); in getParametersSync() 351 parameters[7].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_PCM16); in getParametersSync() 352 parameters[8].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_YUV420); in getParametersSync() 353 parameters[9].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_AMR_IF2); in getParametersSync() [all …]
|
D | pvmf_dummy_fileoutput_node_cap_config.cpp | 348 … if ((PVMI_KVPVALTYPE_CHARPTR == keyvaltype) && NULL != (aParameters[ii].value.pChar_value)) in releaseParameters() 350 oscl_free(aParameters[ii].value.pChar_value); in releaseParameters() 351 aParameters[ii].value.pChar_value = NULL; in releaseParameters()
|
/external/opencore/nodes/pvomxencnode/include/ |
D | pvmf_omx_enc_port.h | 207 if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_YUV420) == 0) in GetPriority() 211 else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_YUV422) == 0) in GetPriority() 215 … else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_YUV422_INTERLEAVED_UYVY) == 0) in GetPriority() 219 … else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_YUV422_INTERLEAVED_YUYV) == 0) in GetPriority() 223 else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_RGB12) == 0) in GetPriority() 227 else if (pv_mime_strcmp(aKvp->value.pChar_value, PVMF_MIME_RGB24) == 0) in GetPriority()
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmi_config_and_capability_utils.cpp | 66 aParameters->value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in getParametersSync() 98 else if (IsFormatSupported(aParameters->value.pChar_value)) in setParametersSync() 101 iFormat = (PVMFFormatType)aParameters->value.pChar_value; in setParametersSync() 124 if (IsFormatSupported(aParameters->value.pChar_value)) in verifyParametersSync() 143 kvp.value.pChar_value = (char*)aFormat.getMIMEStrPtr(); in pvmiSetPortFormatSync()
|
D | pvmi_kvp_util.cpp | 415 aKeyVal.value.pChar_value = NULL; in CreateKVPForCharStringValue() 443 aKeyVal.value.pChar_value = OSCL_ARRAY_NEW(char, valuelen); in CreateKVPForCharStringValue() 457 if (aKeyVal.value.pChar_value != NULL) in CreateKVPForCharStringValue() 459 oscl_strncpy(aKeyVal.value.pChar_value, aValString, valuelen); in CreateKVPForCharStringValue() 460 aKeyVal.value.pChar_value[valuelen-1] = '\0'; in CreateKVPForCharStringValue()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | imp3ff.cpp | 786 … KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode, ValueType, len); in GetMetadataValues() 787 … oscl_strncpy(KeyVal.value.pChar_value , (*(iFrame.back())).value.pChar_value, len); in GetMetadataValues() 788 KeyVal.value.pChar_value[len] = 0; in GetMetadataValues() 910 …KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode, PVMI_KVPVALTYPE_CHARPTR, valuele… in GetMetadataValues() 915 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMP3METADATA_UNKNOWN), valuelen); in GetMetadataValues() 916 KeyVal.value.pChar_value[valuelen-1] = NULL_TERM_CHAR; in GetMetadataValues() 1052 …KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode, PVMI_KVPVALTYPE_CHARPTR, valuele… in GetMetadataValues() 1057 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMP3METADATA_UNKNOWN), valuelen); in GetMetadataValues() 1058 KeyVal.value.pChar_value[valuelen-1] = NULL_TERM_CHAR; in GetMetadataValues() 1231 …KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode1, PVMI_KVPVALTYPE_CHARPTR, valuel… in GetMetadataValues() [all …]
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 334 parameters[ii++].value.pChar_value = OSCL_STATIC_CAST(char*, it->getMIMEStrPtr()); in GetInputParametersSync() 356 parameters[0].value.pChar_value = (char*)iFormat.getMIMEStrPtr(); in GetInputParametersSync() 395 parameters[ii++].value.pChar_value = OSCL_STATIC_CAST(char*, it->getMIMEStrPtr()); in GetOutputParametersSync() 418 parameters[0].value.pChar_value = (char*)iOMXNode->GetCodecType().getMIMEStrPtr(); in GetOutputParametersSync() 676 if (pv_mime_strcmp(aKvp->value.pChar_value, it->getMIMEStrPtr()) == 0) in VerifyAndSetParameter() 680 iFormat = aKvp->value.pChar_value; in VerifyAndSetParameter() 688 aKvp->value.pChar_value)); in VerifyAndSetParameter() 699 if (pv_mime_strcmp(aKvp->value.pChar_value, it->getMIMEStrPtr()) == 0) in VerifyAndSetParameter() 703 iFormat = aKvp->value.pChar_value; in VerifyAndSetParameter() 711 aKvp->value.pChar_value)); in VerifyAndSetParameter() [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | logicalchannel.cpp | 867 if (lcn_format_type == kvp[i].value.pChar_value) in NegotiateInputSettings() 1055 parameters[0].value.pChar_value = (char*) PVMF_MIME_AMR_IF2; in getParametersSync() 1057 parameters[0].value.pChar_value = (char*) PVMF_MIME_PCM16; in getParametersSync() 1059 parameters[0].value.pChar_value = (char*) PVMF_MIME_YUV420; in getParametersSync() 1061 parameters[0].value.pChar_value = (char*) PVMF_MIME_M4V; in getParametersSync() 1063 parameters[0].value.pChar_value = (char*) PVMF_MIME_H2632000; in getParametersSync() 1065 parameters[0].value.pChar_value = (char*) PVMF_MIME_H2631998; in getParametersSync() 1067 parameters[0].value.pChar_value = (char*) PVMF_MIME_FORMAT_UNKNOWN; in getParametersSync() 1159 if (pv_mime_strcmp(lcn_format_type.getMIMEStrPtr(), aKvp->value.pChar_value) != 0) in VerifyAndSetParameter() 1161 …gChannel::VerifyAndSetParameter: Error - Input format %s not supported", aKvp->value.pChar_value)); in VerifyAndSetParameter() [all …]
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node_metadata.cpp | 1079 if (aValueList[i].value.pChar_value != NULL) in ReleaseNodeMetadataValues() 1081 OSCL_ARRAY_DELETE(aValueList[i].value.pChar_value); in ReleaseNodeMetadataValues() 1082 aValueList[i].value.pChar_value = NULL; in ReleaseNodeMetadataValues() 1857 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 1904 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 1961 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 1994 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 2028 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 2062 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() 2094 KeyVal.value.pChar_value = NULL; in DoGetMetadataValues() [all …]
|
D | pvmf_mp4ffparser_node_cap_config.cpp | 376 … if (keyvaltype == PVMI_KVPVALTYPE_CHARPTR && aParameters[i].value.pChar_value != NULL) in releaseParameters() 378 oscl_free(aParameters[i].value.pChar_value); in releaseParameters() 379 aParameters[i].value.pChar_value = NULL; in releaseParameters() 386 … else if (keyvaltype == PVMI_KVPVALTYPE_CHARPTR && aParameters[i].value.pChar_value != NULL) in releaseParameters() 388 oscl_free(aParameters[i].value.pChar_value); in releaseParameters() 389 aParameters[i].value.pChar_value = NULL; in releaseParameters()
|
/external/opencore/android/ |
D | android_audio_mio.cpp | 478 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_PCM16; in getParametersSync() 479 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_PCM8; in getParametersSync() 518 if ((pv_mime_strcmp(aParameters[i].value.pChar_value, PVMF_MIME_PCM8) == 0) || in verifyParametersSync() 519 (pv_mime_strcmp(aParameters[i].value.pChar_value, PVMF_MIME_PCM16) == 0) in verifyParametersSync() 542 LOGV("Audio format: %s", aParameters[i].value.pChar_value); in setParametersSync() 543 iAudioFormat=aParameters[i].value.pChar_value; in setParametersSync() 545 …oidAudioOutput::setParametersSync() Audio Format Key, Value %s",aParameters[i].value.pChar_value)); in setParametersSync()
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 2664 …KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode1, PVMI_KVPVALTYPE_CHARPTR, valuel… in DoGetNodeMetadataValue() 2678 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_LATM), valuelen); in DoGetNodeMetadataValue() 2682 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_MPEG4_AUDIO), valuelen); in DoGetNodeMetadataValue() 2686 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_3640), valuelen); in DoGetNodeMetadataValue() 2690 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_ADIF), valuelen); in DoGetNodeMetadataValue() 2694 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_AMR_IF2), valuelen); in DoGetNodeMetadataValue() 2698 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_AMR_IETF), valuelen); in DoGetNodeMetadataValue() 2702 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_AMR), valuelen); in DoGetNodeMetadataValue() 2706 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_AMRWB_IETF), valuelen); in DoGetNodeMetadataValue() 2710 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_AMRWB), valuelen); in DoGetNodeMetadataValue() [all …]
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_loopback.cpp | 508 …parameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr()… in getParametersSync() 522 …parameters[0].value.pChar_value = OSCL_STATIC_CAST(mbchar*, iSettings.iMediaFormat.getMIMEStrPtr()… in getParametersSync() 871 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0) in VerifyAndSetParameter() 878 aKvp->value.pChar_value)); in VerifyAndSetParameter() 884 if (pv_mime_strcmp(iSettings.iMediaFormat.getMIMEStrPtr(), aKvp->value.pChar_value) == 0) in VerifyAndSetParameter() 891 aKvp->value.pChar_value)); in VerifyAndSetParameter()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset13.cpp | 472 iKVPSetAsync.value.pChar_value = protocolExtensionHeader.get_str(); in Run() 481 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet.get_str(); in Run() 490 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet1.get_str(); in Run() 500 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet2.get_str(); in Run() 509 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost.get_str(); in Run() 519 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderHead.get_str(); in Run() 571 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderCookie.get_str(); in Run() 581 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet_XSTR.get_str(); in Run() 590 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_XSTR.get_str(); in Run() 599 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_Auth.get_str(); in Run() [all …]
|
D | test_pv_player_engine_testset12.cpp | 450 iKVPSetAsync.value.pChar_value = protocolExtensionHeader.get_str(); in Run() 459 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet.get_str(); in Run() 468 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet1.get_str(); in Run() 478 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet2.get_str(); in Run() 487 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost.get_str(); in Run() 497 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderHead.get_str(); in Run() 548 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderCookie.get_str(); in Run() 557 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet_XSTR.get_str(); in Run() 566 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_XSTR.get_str(); in Run() 575 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_Auth.get_str(); in Run() [all …]
|
D | test_pv_player_engine_testset5.cpp | 189 …adata Key '%s', value '%s'\n", iMetadataValueList[i].key, iMetadataValueList[i].value.pChar_value); in PrintMetadata() 343 iKVPSetAsync.value.pChar_value = protocolExtensionHeader.get_str(); in Run() 352 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet.get_str(); in Run() 361 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderHead.get_str(); in Run() 371 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost.get_str(); in Run() 390 kvpheader[0].value.pChar_value = protocolExtensionHeader1.get_str(); in Run() 395 kvpheader[1].value.pChar_value = protocolExtensionHeaderGet1.get_str(); in Run() 400 kvpheader[2].value.pChar_value = protocolExtensionHeaderHead1.get_str(); in Run() 438 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderCookie.get_str(); in Run() 3337 …adata Key '%s', value '%s'\n", iMetadataValueList[i].key, iMetadataValueList[i].value.pChar_value); in PrintMetadata() [all …]
|
D | test_pv_player_engine_testset6.cpp | 379 iKVPSetAsync.value.pChar_value = protocolExtensionHeader.get_str(); in Run() 388 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet.get_str(); in Run() 397 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet1.get_str(); in Run() 407 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet2.get_str(); in Run() 416 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost.get_str(); in Run() 426 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderHead.get_str(); in Run() 478 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderCookie.get_str(); in Run() 488 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderGet_XSTR.get_str(); in Run() 497 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_XSTR.get_str(); in Run() 506 iKVPSetAsync.value.pChar_value = protocolExtensionHeaderPost_Auth.get_str(); in Run() [all …]
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 2188 …KeyVal.value.pChar_value = (char*) AllocateKVPKeyArray(leavecode1, PVMI_KVPVALTYPE_CHARPTR, valuel… in DoGetNodeMetadataValue() 2202 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H264_VIDEO), valuelen); in DoGetNodeMetadataValue() 2206 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H264_VIDEO_MP4), valuelen); in DoGetNodeMetadataValue() 2210 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H264_VIDEO_RAW), valuelen); in DoGetNodeMetadataValue() 2214 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_M4V), valuelen); in DoGetNodeMetadataValue() 2218 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H2631998), valuelen); in DoGetNodeMetadataValue() 2222 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_H2632000), valuelen); in DoGetNodeMetadataValue() 2226 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_WMV), valuelen); in DoGetNodeMetadataValue() 2233 KeyVal.value.pChar_value[valuelen-1] = NULL_TERM_CHAR; in DoGetNodeMetadataValue() 2246 if (KeyVal.value.pChar_value) in DoGetNodeMetadataValue() [all …]
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_node.cpp | 2399 if (aValueList[i].value.pChar_value != NULL) in ReleaseNodeMetadataValues() 2401 OSCL_ARRAY_DELETE(aValueList[i].value.pChar_value); in ReleaseNodeMetadataValues() 2402 aValueList[i].value.pChar_value = NULL; in ReleaseNodeMetadataValues() 2843 leavecode = CreateNewArray(KeyVal.value.pChar_value, valuelen); in DoGetNodeMetadataValue() 2860 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_PCM), valuelen); in DoGetNodeMetadataValue() 2864 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_ALAW), valuelen); in DoGetNodeMetadataValue() 2868 … oscl_strncpy(KeyVal.value.pChar_value, _STRLIT_CHAR(PVMF_MIME_ULAW), valuelen); in DoGetNodeMetadataValue() 2876 KeyVal.value.pChar_value[valuelen-1] = 0; in DoGetNodeMetadataValue() 2889 if (KeyVal.value.pChar_value) in DoGetNodeMetadataValue() 2891 OSCL_ARRAY_DELETE(KeyVal.value.pChar_value); in DoGetNodeMetadataValue() [all …]
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_testset6.cpp | 1246 paramkvp.value.pChar_value = mode1.get_str(); in CapConfigSync1() 1252 paramkvp.value.pChar_value = mode2.get_str(); in CapConfigSync1() 1259 paramkvp.value.pChar_value = mode3.get_str(); in CapConfigSync1() 1266 paramkvp.value.pChar_value = mode4.get_str(); in CapConfigSync1() 1272 paramkvp.value.pChar_value = mode5.get_str(); in CapConfigSync1()
|