HomeSort by relevance Sort by last modified time
    Searched defs:video_mem (Results 1 - 6 of 6) sorted by null

  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 549 camera_memory_t *video_mem = NULL; local
551 video_mem = videoMemObj->getMemory(frame->buf_idx, (pme->mStoreMetaDataInFrame > 0)? true : false);
553 if (NULL != videoMemObj && NULL != video_mem) {
562 cbArg.data = video_mem;
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 549 camera_memory_t *video_mem = NULL; local
551 video_mem = videoMemObj->getMemory(frame->buf_idx, (pme->mStoreMetaDataInFrame > 0)? true : false);
553 if (NULL != videoMemObj && NULL != video_mem) {
562 cbArg.data = video_mem;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 184 Uint32 video_mem; /**< The total amount of video memory (in K) */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 184 Uint32 video_mem; /**< The total amount of video memory (in K) */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 184 Uint32 video_mem; /**< The total amount of video memory (in K) */ member in struct:SDL_VideoInfo
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 184 Uint32 video_mem; /**< The total amount of video memory (in K) */ member in struct:SDL_VideoInfo
    [all...]

Completed in 547 milliseconds