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

  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 90 const int coded_width = video_frame->coded_size().width(); local
96 if (image_->width != coded_width || image_->height != coded_height) {
98 image_ = CreateImage(display_, coded_width, coded_height);
114 (uint8*)image_->data, coded_width, coded_height,
128 image.width = coded_width;