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

/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp262 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
[all...]
H A DVideoEncoderUtils.h78 buffer_handle_t mGfxHandle; member in class:VASurfaceMap

Completed in 32 milliseconds