Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 10 of 10) sorted by relevance

/hardware/google/av/media/sfplugin/
DCodec2Buffer.h149 static sp<LinearBlockBuffer> Allocate(
182 static sp<ConstLinearBlockBuffer> Allocate(
219 static sp<GraphicBlockBuffer> Allocate(
289 static sp<ConstGraphicBlockBuffer> Allocate(
DCodec2Buffer.cpp138 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer
171 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer
499 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer
608 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
DCCodecBufferChannel.cpp415 return GraphicBlockBuffer::Allocate( in AllocateGraphicBuffer()
839 return LinearBlockBuffer::Allocate(mFormat, block); in alloc()
1297 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()
1340 return ConstGraphicBlockBuffer::Allocate( in wrap()
/hardware/google/av/media/sfplugin/utils/
DCodec2BufferUtils.h132 static MemoryBlock Allocate(size_t);
DCodec2BufferUtils.cpp529 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3StreamMem.cpp601 m_grallocInterface.Allocate = reinterpret_cast<GRALLOC1_PFN_ALLOCATE>( in NativeBufferInterface()
650 if (!(res = m_grallocInterface.Allocate(m_pGralloc1Device, 1, &desc, &temp_mem))) { in GetGrallocBufferStride()
DQCamera3StreamMem.h129 int32_t (*Allocate)( member
/hardware/interfaces/media/omx/1.0/
DIOmx.hal55 * Allocate an IOmxNode instance with the specified node name.
DIOmxNode.hal213 * Allocate an opaque buffer on a port as a native handle.
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp322 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()