/external/opencore/pvmi/pvmf/src/ |
D | pvmi_config_and_capability_utils.cpp | 151 …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/ |
D | pvmf_fileinput_port.cpp | 375 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/ |
D | pvmf_fileoutput_inport.cpp | 638 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()
|
D | pvmf_fileoutput_inport.h | 144 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_inport.cpp | 622 …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()
|
D | pvmf_dummy_fileoutput_inport.h | 147 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmi_config_and_capability_utils.h | 53 …MFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_loopback.cpp | 820 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()
|
D | pvmi_mio_comm_loopback.h | 260 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_port.cpp | 556 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()
|
D | pvmp4ffcn_port.h | 197 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvdummyinputnode/include/ |
D | pvmf_fileinput_port.h | 137 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/android/author/ |
D | android_camera_input.cpp | 1053 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()
|
D | android_audio_input.cpp | 1315 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()
|
D | android_audio_input.h | 335 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
D | android_camera_input.h | 451 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvomxencnode/include/ |
D | pvmf_omx_enc_port.h | 141 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 621 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/ |
D | pvmi_mio_avi_wav_file.cpp | 1589 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()
|
D | pvmi_mio_avi_wav_file.h | 352 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.h | 267 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
D | pvmi_mio_fileinput.cpp | 1808 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()
|