OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:raw_images_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
167
raw_images_
.reserve(kMaxSimulcastStreams);
198
while (!
raw_images_
.empty()) {
199
vpx_img_free(&
raw_images_
.back());
200
raw_images_
.pop_back();
407
raw_images_
.resize(number_of_streams);
548
vpx_img_wrap(&
raw_images_
[0], VPX_IMG_FMT_I420, inst->width, inst->height, 1,
581
vpx_img_alloc(&
raw_images_
[i], VPX_IMG_FMT_I420,
735
// |
raw_images_
[0]|, the resolution of these frames must match. Note that
737
// |
raw_images_
[0]| should have been updated in UpdateCodecFrameSize.
738
RTC_DCHECK_EQ(input_image.width(), static_cast<int>(
raw_images_
[0].d_w))
[
all
...]
vp8_impl.h
114
std::vector<vpx_image_t>
raw_images_
;
member in class:webrtc::VP8EncoderImpl
Completed in 74 milliseconds