Searched refs:Alloc (Results 1 – 3 of 3) sorted by relevance
/hardware/google/av/codec2/include/ |
D | C2ParamDef.h | 241 inline static std::ptr##_ptr<_Type> Alloc##Ptr(size_t flexCount, const Args(&... args)) { \ 245 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \ 250 inline static std::ptr##_ptr<_Type> Alloc##Ptr( \ 255 inline static std::ptr##_ptr<_Type> Alloc##Ptr(const U(&init)[N], const Args(&... args)) { \
|
/hardware/google/av/codec2/vndk/ |
D | C2AllocatorIon.cpp | 212 …static Impl *Alloc(int ionFd, size_t size, size_t align, unsigned heapMask, unsigned flags, C2Allo… in Alloc() function in android::C2AllocationIon::Impl 405 mImpl(Impl::Alloc(ionFd, size, align, heapMask, flags, id)) { } in C2AllocationIon()
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrWbEnc.cpp | 206 mMemOperator->Alloc = cmnMemAlloc; in initEncoder()
|