OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:video_frame_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/cdm/ppapi/external_clear_key/
libvpx_cdm_video_decoder.cc
175
cdm::Size
video_frame_size
;
local
176
video_frame_size
.width = vpx_image_->d_w;
177
video_frame_size
.height = vpx_image_->d_h;
178
cdm_video_frame->SetSize(
video_frame_size
);
ffmpeg_cdm_video_decoder.cc
313
cdm::Size
video_frame_size
;
local
314
video_frame_size
.width = av_frame_->width;
315
video_frame_size
.height = av_frame_->height;
316
cdm_video_frame->SetSize(
video_frame_size
);
Completed in 112 milliseconds