Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/include/
DC2ParamDef.h241 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/
DC2AllocatorIon.cpp212 …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/
DC2SoftAmrWbEnc.cpp206 mMemOperator->Alloc = cmnMemAlloc; in initEncoder()