Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/src/
Dpvmi_config_and_capability_utils.cpp151 …VMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
158 buf = (uint8*)aAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
169 for (i = 1; i < aNumParams; i++) in AllocateKvp()
176 for (i = 0; i < aNumParams; i++) in AllocateKvp()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp375 PVMFStatus PVMFFileDummyInputPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
383 buf = (uint8*)iAlloc.ALLOCATE(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
395 for (i = 1; i < aNumParams; i++) in AllocateKvp()
402 for (i = 0; i < aNumParams; i++) in AllocateKvp()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_inport.cpp638 PVMFStatus PVMFFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
646 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
658 for (i = 1; i < aNumParams; i++) in AllocateKvp()
665 for (i = 0; i < aNumParams; i++) in AllocateKvp()
Dpvmf_fileoutput_inport.h144 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_inport.cpp622 …MFStatus PVMFDummyFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
630 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
642 for (i = 1; i < aNumParams; i++) in AllocateKvp()
649 for (i = 0; i < aNumParams; i++) in AllocateKvp()
Dpvmf_dummy_fileoutput_inport.h147 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/pvmf/include/
Dpvmi_config_and_capability_utils.h53 …MFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/
Dpvmi_mio_comm_loopback.cpp820 PVMFStatus PvmiMIOCommLoopback::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
828 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
840 for (i = 1; i < aNumParams; i++) in AllocateKvp()
847 for (i = 0; i < aNumParams; i++) in AllocateKvp()
Dpvmi_mio_comm_loopback.h260 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.cpp556 PVMFStatus PVMp4FFComposerPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
564 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
576 for (i = 1; i < aNumParams; i++) in AllocateKvp()
583 for (i = 0; i < aNumParams; i++) in AllocateKvp()
Dpvmp4ffcn_port.h197 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_fileinput_port.h137 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/android/author/
Dandroid_camera_input.cpp1053 int32 aNumParams) in AllocateKvp() argument
1061 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
1074 for (int32 i = 1; i < aNumParams; ++i) { in AllocateKvp()
1080 for (int32 i = 0; i < aNumParams; ++i) { in AllocateKvp()
Dandroid_audio_input.cpp1315 PVMFStatus AndroidAudioInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
1322 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
1333 for(i = 1; i < aNumParams; i++) in AllocateKvp()
1340 for(i = 0; i < aNumParams; i++) in AllocateKvp()
Dandroid_audio_input.h335 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
Dandroid_camera_input.h451 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvomxencnode/include/
Dpvmf_omx_enc_port.h141 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_port.cpp621 PVMFStatus PVMFOMXEncPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
629 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
641 for (i = 1; i < aNumParams; i++) in AllocateKvp()
648 for (i = 0; i < aNumParams; i++) in AllocateKvp()
/external/opencore/pvmi/media_io/pvmi_mio_avi_wav_fileinput/src/
Dpvmi_mio_avi_wav_file.cpp1589 PVMFStatus PvmiMIOAviWavFile::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
1597 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
1612 for (ii = 1; ii < aNumParams; ii++) in AllocateKvp()
1619 for (ii = 0; ii < aNumParams; ii++) in AllocateKvp()
Dpvmi_mio_avi_wav_file.h352 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.h267 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
Dpvmi_mio_fileinput.cpp1808 PVMFStatus PvmiMIOFileInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument
1816 buf = (uint8*)iAlloc.allocate(aNumParams * (sizeof(PvmiKvp) + keyLen)); in AllocateKvp()
1828 for (i = 1; i < aNumParams; i++) in AllocateKvp()
1835 for (i = 0; i < aNumParams; i++) in AllocateKvp()