OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_encodedWidth
(Results
1 - 19
of
19
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.h
46
_encodedWidth
= width;
encoded_frame.cc
87
_encodedWidth
= 0;
frame_buffer.cc
125
_encodedWidth
= packet.width;
codec_database.cc
558
if (frame.EncodedImage().
_encodedWidth
> 0 &&
560
decoder_item->settings->width = frame.EncodedImage().
_encodedWidth
;
/external/webrtc/webrtc/test/
configurable_frame_size_encoder.cc
49
encodedImage.
_encodedWidth
= inputImage.width();
fake_encoder.cc
105
encoded.
_encodedWidth
= config_.simulcastStream[i].width;
/external/webrtc/webrtc/
video_frame.h
192
uint32_t
_encodedWidth
= 0;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc
60
encoded_frame_->
_encodedWidth
= encoded_frame.
_encodedWidth
;
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc
144
image.
_encodedWidth
= width;
221
last_encoded_image_width_ = encodedImage.
_encodedWidth
;
simulcast_unittest.h
334
Field(&EncodedImage::
_encodedWidth
, kDefaultWidth / 4),
345
Field(&EncodedImage::
_encodedWidth
, kDefaultWidth / 2),
355
Field(&EncodedImage::
_encodedWidth
, kDefaultWidth),
586
Field(&EncodedImage::
_encodedWidth
, width),
[
all
...]
vp8_impl.cc
[
all
...]
/external/webrtc/webrtc/video/
send_statistics_proxy.cc
266
stats->width = encoded_image.
_encodedWidth
;
311
static_cast<int>(encoded_image.
_encodedWidth
));
send_statistics_proxy_unittest.cc
351
encoded_image.
_encodedWidth
= kEncodedWidth;
398
encoded_image.
_encodedWidth
= kEncodedWidth;
video_send_stream_tests.cc
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc
87
_encodedImage.
_encodedWidth
= inputImage.width();
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
478
if ((inputImage.
_encodedWidth
* inputImage._encodedHeight > 0) &&
479
(inputImage.
_encodedWidth
!= codec_.width ||
481
codec_.width = inputImage.
_encodedWidth
;
[
all
...]
androidmediaencoder_jni.cc
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc
191
frame.
_encodedWidth
= encode_params->width;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
694
encoded_image_.
_encodedWidth
= raw_->d_w;
[
all
...]
Completed in 216 milliseconds