OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGfxHandle
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp
262
mGfxHandle
= NULL;
272
if (
mGfxHandle
)
273
gfx_free(
mGfxHandle
);
311
if (gfx_alloc(width, height, HAL_PIXEL_FORMAT_NV12, usage, &
mGfxHandle
, &stride) != 0)
315
mGfxHandle
, width, height, stride);
343
if (
mGfxHandle
!= NULL) {
345
ret = MappingGfxHandle((intptr_t)
mGfxHandle
);
563
if (
mGfxHandle
)
564
handle = (intptr_t)
mGfxHandle
;
656
if (
mGfxHandle
== NULL)
[
all
...]
VideoEncoderUtils.h
78
buffer_handle_t
mGfxHandle
;
Completed in 168 milliseconds