/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_outport.cpp | 316 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 317 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 318 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 319 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 320 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 324 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 327 kvp.value.key_specific_value = 0; in pvmiSetPortFormatSpecificInfoSync() 328 kvp.capacity = 0; in pvmiSetPortFormatSpecificInfoSync() 332 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 333 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/streaming/medialayernode/src/ |
D | pvmf_medialayer_port.cpp | 260 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 261 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 262 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 263 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 264 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 268 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 271 kvp.value.key_specific_value = 0; in pvmiSetPortFormatSpecificInfoSync() 272 kvp.capacity = 0; in pvmiSetPortFormatSpecificInfoSync() 276 … kvp.value.key_specific_value = (OsclAny*)(portContainerPtr->iTrackConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 277 kvp.capacity = portContainerPtr->iTrackConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_port.cpp | 641 PvmiKvp* kvp = NULL; in NegotiateInputSettings() local 647 …PVMFStatus status = aConfig->getParametersSync(NULL, (PvmiKeyType)OUTPUT_FORMATS_CUR_QUERY, kvp, n… in NegotiateInputSettings() 655 if (pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_3GPP_TIMEDTEXT) == 0 || in NegotiateInputSettings() 656 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_AMR_IETF) == 0 || in NegotiateInputSettings() 657 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_AMRWB_IETF) == 0 || in NegotiateInputSettings() 658 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_H264_VIDEO_MP4) == 0 || in NegotiateInputSettings() 659 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_M4V) == 0 || in NegotiateInputSettings() 660 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_H2631998) == 0 || in NegotiateInputSettings() 661 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_H2632000) == 0 || in NegotiateInputSettings() 662 pv_mime_strcmp(kvp->value.pChar_value, PVMF_MIME_MPEG4_AUDIO) == 0) in NegotiateInputSettings() [all …]
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_port.cpp | 172 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 174 kvp.length = oscl_strlen(KvpKey) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 175 kvp.key = KvpKey; in pvmiSetPortFormatSpecificInfoSync() 176 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 181 kvp.value.key_specific_value = (OsclAny*)(aMemFrag.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 182 kvp.capacity = aMemFrag.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 185 OSCL_TRY(err, config->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() 211 PvmiKvp* kvp; in Connect() local 214 … config->getParametersSync(NULL, (PvmiKeyType)PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp, numKvp, NULL); in Connect() 222 if (kvp) in Connect() [all …]
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 102 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 103 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 104 kvp.length = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 105 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 106 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 110 oscl_strncpy(kvp.key, PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 112 kvp.value.key_specific_value = (OsclAny*)(aMemFrag.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 113 kvp.capacity = aMemFrag.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 114 kvp.length = aMemFrag.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 117 OSCL_TRY(err, config->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_outport.cpp | 208 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 209 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 210 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 211 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 212 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 216 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 218 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 219 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 222 OSCL_TRY(err, aPort->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() 224 alloc.deallocate((OsclAny*)(kvp.key)); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_port.cpp | 210 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 211 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 212 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 213 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 214 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 218 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 220 … kvp.value.key_specific_value = (OsclAny*)(trackInfoPtr->iFormatSpecificConfig.getMemFragPtr()); in pvmiSetPortFormatSpecificInfoSync() 221 kvp.capacity = trackInfoPtr->iFormatSpecificConfig.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 224 OSCL_TRY(err, aPort->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() 226 alloc.deallocate((OsclAny*)(kvp.key)); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_outport.cpp | 157 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 158 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 160 kvp.key = (PvmiKeyType)alloc.ALLOCATE(KeyLenth); in pvmiSetPortFormatSpecificInfoSync() 161 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 165 oscl_strncpy(kvp.key, aFormatValType, KeyLenth); in pvmiSetPortFormatSpecificInfoSync() 168 kvp.value.key_specific_value = 0; in pvmiSetPortFormatSpecificInfoSync() 169 kvp.length = kvp.capacity = 0; in pvmiSetPortFormatSpecificInfoSync() 173 …kvp.value.key_specific_value = (OsclAny*)(iMP3ParserNode->iDecodeFormatSpecificInfo.getMemFragPtr(… in pvmiSetPortFormatSpecificInfoSync() 174 kvp.length = kvp.capacity = iMP3ParserNode->iDecodeFormatSpecificInfo.getMemFragSize(); in pvmiSetPortFormatSpecificInfoSync() 178 OSCL_TRY(err, aPort->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() [all …]
|
D | pvmf_mp3ffparser_node.cpp | 4267 PvmiKvp kvp = iMetadataVector[i]; in MetadataUpdated() local 4268 if (kvp.key) in MetadataUpdated() 4270 OSCL_ARRAY_DELETE(kvp.key); in MetadataUpdated() 4271 kvp.key = NULL; in MetadataUpdated() 4273 if (kvp.value.pChar_value) in MetadataUpdated() 4275 OSCL_ARRAY_DELETE(kvp.value.pChar_value); in MetadataUpdated() 4276 kvp.value.pChar_value = NULL; in MetadataUpdated() 4301 PvmiKvp kvp; in ParseShoutcastMetadata() local 4351 kvp.key = OSCL_ARRAY_NEW(char, (keylen + 1)); in ParseShoutcastMetadata() 4352 kvp.value.pChar_value = OSCL_ARRAY_NEW(char, (valuelen + 1)); in ParseShoutcastMetadata() [all …]
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmi_config_and_capability_utils.cpp | 136 PvmiKvp kvp; in pvmiSetPortFormatSync() local 137 kvp.key = NULL; in pvmiSetPortFormatSync() 138 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSync() 139 kvp.capacity = kvp.length; in pvmiSetPortFormatSync() 140 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSync() 141 OsclError::LeaveIfNull(kvp.key); in pvmiSetPortFormatSync() 142 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSync() 143 kvp.value.pChar_value = (char*)aFormat.getMIMEStrPtr(); in pvmiSetPortFormatSync() 146 aPort->setParametersSync(NULL, &kvp, 1, retKvp); in pvmiSetPortFormatSync() 148 alloc.deallocate(kvp.key); in pvmiSetPortFormatSync()
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/ |
D | logicalchannel.cpp | 760 PvmiKvp* kvp = NULL; in NegotiateFSISettings() local 772 PvmiKvp kvp; in NegotiateFSISettings() local 773 kvp.key = NULL; in NegotiateFSISettings() 774 kvp.length = oscl_strlen(PVMF_FORMAT_SPECIFIC_INFO_KEY) + 1; // +1 for \0 in NegotiateFSISettings() 775 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in NegotiateFSISettings() 776 if (kvp.key == NULL) in NegotiateFSISettings() 780 oscl_strncpy(kvp.key, PVMF_FORMAT_SPECIFIC_INFO_KEY, kvp.length); in NegotiateFSISettings() 782 kvp.value.key_specific_value = (OsclAny*)pc_fsi; in NegotiateFSISettings() 783 kvp.capacity = pc_fsilen; in NegotiateFSISettings() 784 kvp.length = pc_fsilen; in NegotiateFSISettings() [all …]
|
/external/opencore/nodes/pvvideoparsernode/src/ |
D | pvmf_videoparser_port.cpp | 261 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 262 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 263 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 264 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 265 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 269 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 272 kvp.value.key_specific_value = 0; in pvmiSetPortFormatSpecificInfoSync() 273 kvp.capacity = 0; in pvmiSetPortFormatSpecificInfoSync() 277 kvp.value.key_specific_value = (OsclAny*)iFormatSpecificInfo; in pvmiSetPortFormatSpecificInfoSync() 278 kvp.capacity = iFormatSpecificInfoLen; in pvmiSetPortFormatSpecificInfoSync() [all …]
|
/external/opencore/nodes/pvmediaoutputnode/src/ |
D | pv_media_output_node_inport.cpp | 2269 PvmiKvp kvp; in SetMIOParameterInt32() local 2272 kvp.key = NULL; in SetMIOParameterInt32() 2273 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterInt32() 2274 kvp.capacity = kvp.length; in SetMIOParameterInt32() 2276 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in SetMIOParameterInt32() 2277 if (!kvp.key) in SetMIOParameterInt32() 2280 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterInt32() 2281 kvp.value.int32_value = aValue; in SetMIOParameterInt32() 2284 OSCL_TRY(err, iNode->iMIOConfig->setParametersSync(iNode->iMIOSession, &kvp, 1, retKvp);); in SetMIOParameterInt32() 2285 alloc.deallocate(kvp.key); in SetMIOParameterInt32() [all …]
|
D | pv_media_output_node.cpp | 206 PvmiKvp* kvp ; in GetCapability() local 213 kvp = NULL; in GetCapability() 215 …status = iMIOConfig->getParametersSync(NULL, (char*)INPUT_FORMATS_CAP_QUERY, kvp, numParams, NULL); in GetCapability() 220 … aNodeCapability.iInputFormatCapability.push_back(PVMFFormatType(kvp[i].value.pChar_value)); in GetCapability() 222 if (kvp) in GetCapability() 223 iMIOConfig->releaseParameters(0, kvp, numParams); in GetCapability() 228 kvp = NULL; in GetCapability() 230 …status = iMIOConfig->getParametersSync(NULL, (char*)OUTPUT_FORMATS_CAP_QUERY, kvp, numParams, NULL… in GetCapability() 235 … aNodeCapability.iOutputFormatCapability.push_back(PVMFFormatType(kvp[i].value.pChar_value)); in GetCapability() 237 if (kvp) in GetCapability() [all …]
|
/external/opencore/nodes/pvmediainputnode/src/ |
D | pvmf_media_input_node.cpp | 138 PvmiKvp kvp; in ThreadLogoff() local 139 kvp.key = NULL; in ThreadLogoff() 141 kvp.key = (PvmiKeyType)alloc.ALLOCATE(keylen); in ThreadLogoff() 142 if (kvp.key != NULL) in ThreadLogoff() 144 oscl_memset(kvp.key, 0, keylen); in ThreadLogoff() 145 oscl_strncpy(kvp.key, in ThreadLogoff() 148 kvp.value.key_specific_value = NULL; in ThreadLogoff() 149 kvp.length = 1; //since we are just passing one pointer in ThreadLogoff() 150 kvp.capacity = kvp.length; in ThreadLogoff() 153 OSCL_TRY(err, iMediaIOConfig->setParametersSync(NULL, &kvp, 1, retKvp);); in ThreadLogoff() [all …]
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 506 PvmiKvp kvp; in pvmiSetPortFormatSpecificInfoSync() local 507 kvp.key = NULL; in pvmiSetPortFormatSpecificInfoSync() 508 kvp.length = oscl_strlen(aFormatValType) + 1; // +1 for \0 in pvmiSetPortFormatSpecificInfoSync() 509 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in pvmiSetPortFormatSpecificInfoSync() 510 if (kvp.key == NULL) in pvmiSetPortFormatSpecificInfoSync() 514 oscl_strncpy(kvp.key, aFormatValType, kvp.length); in pvmiSetPortFormatSpecificInfoSync() 516 kvp.value.key_specific_value = (OsclAny*) iTrackConfigFI; in pvmiSetPortFormatSpecificInfoSync() 517 kvp.capacity = iTrackConfigSizeFI; in pvmiSetPortFormatSpecificInfoSync() 518 OSCL_TRY(err, aPort->setParametersSync(NULL, &kvp, 1, retKvp);); in pvmiSetPortFormatSpecificInfoSync() 520 alloc.deallocate((OsclAny*)(kvp.key)); in pvmiSetPortFormatSpecificInfoSync()
|
/external/opencore/nodes/pvcommsionode/src/ |
D | pv_comms_io_node.cpp | 157 PvmiKvp* kvp ; in GetCapability() local 164 kvp = NULL; in GetCapability() 176 kvp, numParams, NULL); in GetCapability() 181 aNodeCapability.iInputFormatCapability.push_back(kvp[i].value.pChar_value);); in GetCapability() 182 if (kvp) in GetCapability() 183 inputConfig->releaseParameters(0, kvp, numParams); in GetCapability() 188 kvp = NULL; in GetCapability() 195 kvp, numParams, NULL); in GetCapability() 200 aNodeCapability.iOutputFormatCapability.push_back(kvp[i].value.pChar_value); in GetCapability() 202 if (kvp) in GetCapability() [all …]
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 452 PvmiKvpSharedPtr kvp; in SetID3Frame() local 454 kvp = HandleErrorForKVPAllocation(key, kvpValueType, valueSize, truncate, status); in SetID3Frame() 456 if (truncate || (PVMFSuccess != status) || !kvp) in SetID3Frame() 464 oscl_strncpy(kvp->value.pChar_value, aFrame.value.pChar_value, valueStrLen); in SetID3Frame() 465 kvp->value.pChar_value[valueStrLen] = NULL_TERM_CHAR; in SetID3Frame() 468 oscl_strncpy(kvp->value.pWChar_value, aFrame.value.pWChar_value, valueStrLen); in SetID3Frame() 469 kvp->value.pWChar_value[valueStrLen] = NULL_TERM_CHAR; in SetID3Frame() 472 kvp->value.uint32_value = aFrame.value.uint32_value; in SetID3Frame() 481 if (PVMFSuccess != PushFrameToFrameVector(kvp, iFrames)) in SetID3Frame() 2350 PvmiKvp* kvp = OSCL_STATIC_CAST(PvmiKvp *, myPtr) ; in AllocateKvp() local [all …]
|
/external/opencore/engines/2way/src/ |
D | pv_2way_datapath.cpp | 1420 PvmiKvp *kvp = NULL; in GetPortFormatType() local 1431 status = GetKvp(aPort, aInput, kvp, numkvpElements, configPtr); in GetPortFormatType() 1441 if ((pv_mime_strcmp(kvp[ii].key, "x-pvmf/port/formattype;valtype=char*") == 0) || in GetPortFormatType() 1442 (aInput && (pv_mime_strcmp(kvp[ii].key, INPUT_FORMATS_VALTYPE) == 0)) || in GetPortFormatType() 1443 (pv_mime_strcmp(kvp[ii].key, OUTPUT_FORMATS_VALTYPE) == 0)) in GetPortFormatType() 1445 format = kvp[ii].value.pChar_value; in GetPortFormatType() 1462 kvp, numkvpElements); in GetPortFormatType() 1473 ((PvmiCapabilityAndConfig *)configPtr)->releaseParameters(NULL, kvp, numkvpElements); in GetPortFormatType() 1484 ((PvmiCapabilityAndConfig *)configPtr)->releaseParameters(NULL, kvp, numkvpElements); in GetPortFormatType()
|
/external/opencore/nodes/pvwavffparsernode/src/ |
D | pvmf_wavffparser_node.cpp | 2952 PvmiKvp kvp; in NegotiateSettings() local 2962 kvp.key = buf; in NegotiateSettings() 3000 kvp.length = kvp.capacity = oscl_strlen(valbuf); in NegotiateSettings() 3002 kvp.value.pChar_value = valbuf; in NegotiateSettings() 3006 OSCL_TRY(err, configInterface->setParametersSync(0, &kvp, 1, retKvp);); in NegotiateSettings() 3013 kvp.length = kvp.capacity = 0; in NegotiateSettings() 3016 kvp.value.uint32_value = wavinfo.SampleRate; in NegotiateSettings() 3021 kvp.key = buf; in NegotiateSettings() 3025 OSCL_TRY(err, configInterface->setParametersSync(0, &kvp, 1, retKvp);); in NegotiateSettings() 3034 kvp.value.uint32_value = wavinfo.NumChannels; in NegotiateSettings() [all …]
|
/external/opencore/engines/author/src/ |
D | pvauthorengine.cpp | 2914 PvmiKvp kvp; in SendAuthoringClockToDataSources() local 2915 kvp.key = NULL; in SendAuthoringClockToDataSources() 2916 kvp.length = oscl_strlen(PVMF_AUTHORING_CLOCK_KEY) + 1; // +1 for \0 in SendAuthoringClockToDataSources() 2917 kvp.key = (PvmiKeyType)alloc.ALLOCATE(kvp.length); in SendAuthoringClockToDataSources() 2918 if (kvp.key == NULL) in SendAuthoringClockToDataSources() 2922 oscl_strncpy(kvp.key, PVMF_AUTHORING_CLOCK_KEY, kvp.length); in SendAuthoringClockToDataSources() 2925 kvp.value.key_specific_value = NULL; in SendAuthoringClockToDataSources() 2929 kvp.value.key_specific_value = (OsclAny*)(&iAuthorClock); in SendAuthoringClockToDataSources() 2931 kvp.capacity = 1; in SendAuthoringClockToDataSources() 2945 dataSrcCapConfig->setParametersSync(NULL, &kvp, 1, retKvp); in SendAuthoringClockToDataSources() [all …]
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 763 PvmiKvp* kvp = NULL; in HandlePortReEnable() local 769 …r, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp);); in HandlePortReEnable() 771 if ((err == OsclErrNone) && (NULL != kvp)) in HandlePortReEnable() 773 ipExternalOutputBufferAllocatorInterface = (PVInterface *)kvp->value.key_specific_value; in HandlePortReEnable() 780 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable() 1304 PvmiKvp* kvp = NULL; in NegotiateComponentParameters() local 1310 …r, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp);); in NegotiateComponentParameters() 1312 if ((err == OsclErrNone) && (NULL != kvp)) in NegotiateComponentParameters() 1314 ipExternalOutputBufferAllocatorInterface = (PVInterface*) kvp->value.key_specific_value; in NegotiateComponentParameters() 1322 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 337 PvmiKvp* kvp = NULL; in HandlePortReEnable() local 343 …r, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp);); in HandlePortReEnable() 345 if ((err == OsclErrNone) && (NULL != kvp)) in HandlePortReEnable() 347 ipExternalOutputBufferAllocatorInterface = (PVInterface*) kvp->value.key_specific_value; in HandlePortReEnable() 355 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in HandlePortReEnable() 976 PvmiKvp* kvp = NULL; in NegotiateComponentParameters() local 982 …r, ((PVMFOMXDecPort*)iOutPort)->pvmiGetBufferAllocatorSpecificInfoSync(aIdentifier, kvp, numKvp);); in NegotiateComponentParameters() 984 if ((err == OsclErrNone) && (NULL != kvp)) in NegotiateComponentParameters() 986 ipExternalOutputBufferAllocatorInterface = (PVInterface*) kvp->value.key_specific_value; in NegotiateComponentParameters() 994 OSCL_TRY(err1, ((PVMFOMXDecPort*)iOutPort)->releaseParametersSync(kvp, numKvp);); in NegotiateComponentParameters()
|
/external/opencore/ |
D | ChangeLog | 207 - Adding kvp in SM node to set rtsp_timeout timer in rtsp engine node 215 - Introduce new kvp key to set jitter buffer size
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/ |
D | logicalchannel.h | 344 PVMFStatus ReceivedFSIFromPeer(PvmiKvp* kvp);
|