Home
last modified time | relevance | path

Searched refs:mGfxHandle (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp262 mGfxHandle = NULL; in VASurfaceMap()
272 if (mGfxHandle) in ~VASurfaceMap()
273 gfx_free(mGfxHandle); in ~VASurfaceMap()
311 … if (gfx_alloc(width, height, HAL_PIXEL_FORMAT_NV12, usage, &mGfxHandle, &stride) != 0) in doMapping()
315 mGfxHandle, width, height, stride); in doMapping()
343 if (mGfxHandle != NULL) { in doMapping()
345 ret = MappingGfxHandle((intptr_t)mGfxHandle); in doMapping()
563 if (mGfxHandle) in doActionCopy()
564 handle = (intptr_t) mGfxHandle; in doActionCopy()
656 if (mGfxHandle == NULL) { in doActionColConv()
[all …]
DVideoEncoderUtils.h78 buffer_handle_t mGfxHandle; variable