HomeSort by relevance Sort by last modified time
    Searched refs:video_mem (Results 1 - 20 of 20) 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...]
  /device/lge/hammerhead/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/src/video/vgl/
SDL_vglvideo.c 218 this->info.video_mem = 0;
223 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.c 230 this->info.video_mem = db->buffer.plb.stride * mode.virt.y;
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 140 if ( info->video_mem*1024 > (height*width*bpp/8) ) {
testblitspeed.c 65 printf(" video memory: (%d)\n", info->video_mem);
testvidinfo.c 428 info->video_mem);
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 417 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
569 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
610 this->info.video_mem=hwcaps.currently_available_video_ram/1024;
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp 996 camera_memory_t *video_mem = NULL; local
    [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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.c 220 this->info.video_mem = modeinfo->memory;
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 312 this->info.video_mem = regs.r[5]/1024;
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 326 this->info.video_mem = get_video_size(this);
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 605 this->info.video_mem = (Uint32) Atari_SysMalloc(-1L, MX_STRAM);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 462 this->info.video_mem = caps.video_memory / 1024;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 750 this->info.video_mem = shadow_fb ? 0 : finfo.smem_len/1024;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 905 this->info.video_mem = total_mem/1024;
    [all...]

Completed in 337 milliseconds