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

  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 189 texture_dimensions_ = dimensions;
366 // underlying EGLImage. Use |texture_dimensions_| for this size.
371 texture_dimensions_.width(),
372 texture_dimensions_.height(),
382 if (width != texture_dimensions_.width() ||
383 height != texture_dimensions_.height()) {
397 buffer_ids[i], texture_dimensions_, service_texture_id));
gpu_video_decode_accelerator.h 111 gfx::Size texture_dimensions_; member in class:content::GpuVideoDecodeAccelerator

Completed in 170 milliseconds