Home
last modified time | relevance | path

Searched refs:_encodedWidth (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.h46 _encodedWidth = width; in SetEncodedSize()
Dframe_buffer.cc125 _encodedWidth = packet.width; in InsertPacket()
Dcodec_database.cc558 if (frame.EncodedImage()._encodedWidth > 0 && in CreateAndInitDecoder()
560 decoder_item->settings->width = frame.EncodedImage()._encodedWidth; in CreateAndInitDecoder()
Dencoded_frame.cc87 _encodedWidth = 0; in Reset()
/external/webrtc/webrtc/test/
Dconfigurable_frame_size_encoder.cc49 encodedImage._encodedWidth = inputImage.width(); in Encode()
Dfake_encoder.cc105 encoded._encodedWidth = config_.simulcastStream[i].width; in Encode()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc60 encoded_frame_->_encodedWidth = encoded_frame._encodedWidth; in Encoded()
/external/webrtc/webrtc/
Dvideo_frame.h192 uint32_t _encodedWidth = 0; variable
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter_unittest.cc144 image._encodedWidth = width; in SendEncodedImage()
221 last_encoded_image_width_ = encodedImage._encodedWidth; in Encoded()
Dsimulcast_unittest.h334 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 4), in ExpectStreams()
345 Field(&EncodedImage::_encodedWidth, kDefaultWidth / 2), in ExpectStreams()
355 Field(&EncodedImage::_encodedWidth, kDefaultWidth), in ExpectStreams()
586 Field(&EncodedImage::_encodedWidth, width), in SwitchingToOneStream()
Dvp8_impl.cc1017 encoded_images_[encoder_idx]._encodedWidth = in GetEncodedPartitions()
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc266 stats->width = encoded_image._encodedWidth; in OnSendEncodedImage()
311 static_cast<int>(encoded_image._encodedWidth)); in OnSendEncodedImage()
Dsend_statistics_proxy_unittest.cc351 encoded_image._encodedWidth = kEncodedWidth; in TEST_F()
398 encoded_image._encodedWidth = kEncodedWidth; in TEST_F()
Dvideo_send_stream_tests.cc1806 encoded._encodedWidth = kEncodedResolution[i].width; in TEST_F()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc478 if ((inputImage._encodedWidth * inputImage._encodedHeight > 0) && in Decode()
479 (inputImage._encodedWidth != codec_.width || in Decode()
481 codec_.width = inputImage._encodedWidth; in Decode()
Dandroidmediaencoder_jni.cc911 image->_encodedWidth = width_; in DeliverPendingOutputs()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc87 _encodedImage._encodedWidth = inputImage.width(); in Encode()
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc191 frame._encodedWidth = encode_params->width; in VTCompressionOutputCallback()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc694 encoded_image_._encodedWidth = raw_->d_w; in GetEncodedLayerFrame()