HomeSort by relevance Sort by last modified time
    Searched refs:mGfxHandle (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 78 buffer_handle_t mGfxHandle;
VideoEncoderUtils.cpp 278 mGfxHandle = NULL;
288 if (mGfxHandle)
289 gfx_free(mGfxHandle);
327 if (gfx_alloc(width, height, HAL_PIXEL_FORMAT_NV12, usage, &mGfxHandle, &stride) != 0)
331 mGfxHandle, width, height, stride);
359 if (mGfxHandle != NULL) {
361 ret = MappingGfxHandle((intptr_t)mGfxHandle);
579 if (mGfxHandle)
580 handle = (intptr_t) mGfxHandle;
672 if (mGfxHandle == NULL)
    [all...]

Completed in 415 milliseconds