Searched refs:aNumParams (Results 1 - 22 of 22) sorted by relevance

/external/opencore/pvmi/pvmf/src/
H A Dpvmi_config_and_capability_utils.cpp151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
158 buf = (uint8*)aAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen));
169 for (i = 1; i < aNumParams; i++)
176 for (i = 0; i < aNumParams; i++)
/external/opencore/pvmi/pvmf/include/
H A Dpvmi_config_and_capability_utils.h53 OSCL_IMPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyinputnode/include/
H A Dpvmf_fileinput_port.h134 * @param aNumParams Number of key-value pairs to be allocated
137 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyinputnode/src/
H A Dpvmf_fileinput_port.cpp375 PVMFStatus PVMFFileDummyInputPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
383 buf = (uint8*)iAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen));
395 for (i = 1; i < aNumParams; i++)
402 for (i = 0; i < aNumParams; i++)
/external/opencore/nodes/pvfileoutputnode/src/
H A Dpvmf_fileoutput_inport.h141 * @param aNumParams Number of key-value pairs to be allocated
144 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
H A Dpvmf_fileoutput_inport.cpp638 PVMFStatus PVMFFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
646 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
658 for (i = 1; i < aNumParams; i++)
665 for (i = 0; i < aNumParams; i++)
/external/opencore/nodes/pvdummyoutputnode/src/
H A Dpvmf_dummy_fileoutput_inport.cpp622 PVMFStatus PVMFDummyFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
630 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
642 for (i = 1; i < aNumParams; i++)
649 for (i = 0; i < aNumParams; i++)
H A Dpvmf_dummy_fileoutput_inport.h144 * @param aNumParams Number of key-value pairs to be allocated
147 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvmp4ffcomposernode/src/
H A Dpvmp4ffcn_port.h194 * @param aNumParams Number of key-value pairs to be allocated
197 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
H A Dpvmp4ffcn_port.cpp556 PVMFStatus PVMp4FFComposerPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
564 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
576 for (i = 1; i < aNumParams; i++)
583 for (i = 0; i < aNumParams; i++)
/external/opencore/nodes/pvomxencnode/include/
H A Dpvmf_omx_enc_port.h138 * @param aNumParams Number of key-value pairs to be allocated
141 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/android/author/
H A Dandroid_audio_input.cpp1337 PVMFStatus AndroidAudioInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
1344 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
1355 for(i = 1; i < aNumParams; i++)
1362 for(i = 0; i < aNumParams; i++)
H A Dandroid_camera_input.cpp1056 int32 aNumParams)
1064 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
1077 for (int32 i = 1; i < aNumParams; ++i) {
1083 for (int32 i = 0; i < aNumParams; ++i) {
1054 AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
H A Dandroid_audio_input.h332 * @param aNumParams Number of key-value pairs to be allocated
335 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
H A Dandroid_camera_input.h449 * @param aNumParams Number of key-value pairs to be allocated
452 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvomxencnode/src/
H A Dpvmf_omx_enc_port.cpp621 PVMFStatus PVMFOMXEncPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
629 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
641 for (i = 1; i < aNumParams; i++)
648 for (i = 0; i < aNumParams; i++)
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
H A Dpvmi_mio_comm_loopback.cpp820 PVMFStatus PvmiMIOCommLoopback::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
828 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
840 for (i = 1; i < aNumParams; i++)
847 for (i = 0; i < aNumParams; i++)
H A Dpvmi_mio_comm_loopback.h257 * @param aNumParams Number of key-value pairs to be allocated
260 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
H A Dpvmi_mio_avi_wav_file.cpp1589 PVMFStatus PvmiMIOAviWavFile::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
1597 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
1612 for (ii = 1; ii < aNumParams; ii++)
1619 for (ii = 0; ii < aNumParams; ii++)
H A Dpvmi_mio_avi_wav_file.h349 * @param aNumParams Number of key-value pairs to be allocated
352 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
H A Dpvmi_mio_fileinput.h264 * @param aNumParams Number of key-value pairs to be allocated
267 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
H A Dpvmi_mio_fileinput.cpp1808 PVMFStatus PvmiMIOFileInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) argument
1816 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen));
1828 for (i = 1; i < aNumParams; i++)
1835 for (i = 0; i < aNumParams; i++)

Completed in 74 milliseconds