OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GRALLOC
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/codec2/vndk/include/
C2PlatformSupport.h
51
* ID of the
gralloc
backed platform allocator.
54
* to get the underlying
gralloc
handle from a C2Handle, and WrapNativeCodec2GrallocHandle
55
* to create a C2Handle from a
gralloc
handle - for C2Allocator::priorAllocation.
57
GRALLOC
,
/external/minigbm/cros_gralloc/
Makefile
5
GRALLOC
=
gralloc
.cros.so
27
LIBRARY = $(addprefix $(TARGET_DIR), $(
GRALLOC
))
/frameworks/av/media/codec2/vndk/
C2Store.cpp
47
*
gralloc
. Allocators are not meant to be updatable.
77
/// returns a shared-singleton
gralloc
allocator
80
/// returns a shared-singleton bufferqueue supporting
gralloc
allocator
103
case C2PlatformAllocatorStore::
GRALLOC
:
227
allocator = std::make_shared<C2AllocatorGralloc>(C2PlatformAllocatorStore::
GRALLOC
);
321
case C2PlatformAllocatorStore::
GRALLOC
:
[
all
...]
/frameworks/av/media/codec2/sfplugin/
CCodecBufferChannel.cpp
833
pools->inputAllocatorId = (graphic) ? C2PlatformAllocatorStore::
GRALLOC
[
all
...]
C2OMXNode.cpp
287
C2PlatformAllocatorStore::
GRALLOC
,
Completed in 267 milliseconds