HomeSort by relevance Sort by last modified time
    Searched refs:dst_frame (Results 1 - 17 of 17) sorted by null

  /external/webrtc/webrtc/voice_engine/
utility.cc 26 AudioFrame* dst_frame) {
29 resampler, dst_frame);
30 dst_frame->timestamp_ = src_frame.timestamp_;
31 dst_frame->elapsed_time_ms_ = src_frame.elapsed_time_ms_;
32 dst_frame->ntp_time_ms_ = src_frame.ntp_time_ms_;
40 AudioFrame* dst_frame) {
46 if (num_channels == 2 && dst_frame->num_channels_ == 1) {
53 if (resampler->InitializeIfNeeded(sample_rate_hz, dst_frame->sample_rate_hz_,
56 << sample_rate_hz << ", dst_frame->sample_rate_hz_ = "
57 << dst_frame->sample_rate_hz
    [all...]
utility.h 27 // Upmix or downmix and resample the audio to |dst_frame|. Expects |dst_frame|
36 AudioFrame* dst_frame);
46 AudioFrame* dst_frame);
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) {
51 assert(dst_frame);
58 dst_frame->set_video_frame_buffer(
89 dst_frame->buffer(kYPlane),
90 dst_frame->stride(kYPlane),
91 dst_frame->buffer(kUPlane),
92 dst_frame->stride(kUPlane),
93 dst_frame->buffer(kVPlane),
94 dst_frame->stride(kVPlane),
webrtc_libyuv.cc 157 uint8_t* dst_frame,
165 dst_frame, width,
169 int ConvertRGB24ToARGB(const uint8_t* src_frame, uint8_t* dst_frame,
174 dst_frame, dst_stride,
239 VideoFrame* dst_frame) {
240 int dst_width = dst_frame->width();
241 int dst_height = dst_frame->height();
245 dst_width = dst_frame->height();
246 dst_height = dst_frame->width();
249 dst_frame->buffer(kYPlane)
    [all...]
  /external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 106 // - dst_frame : Reference to a destination frame.
117 VideoFrame* dst_frame);
124 // - dst_frame : Pointer to a destination frame.
130 uint8_t* dst_frame);
136 uint8_t* dst_frame);
143 uint8_t* dst_frame,
147 uint8_t* dst_frame,
scaler.h 51 int Scale(const VideoFrame& src_frame, VideoFrame* dst_frame);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 81 uint8* dst_frame, int dst_stride_frame,
88 uint8* dst_frame, int dst_stride_frame,
123 uint8* dst_frame, int dst_stride_frame,
130 uint8* dst_frame, int dst_stride_frame,
137 uint8* dst_frame, int dst_stride_frame,
148 uint8* dst_frame, int dst_stride_frame,
155 uint8* dst_frame, int dst_stride_frame,
162 uint8* dst_frame, int dst_stride_frame,
planar_functions.h 337 uint8* dst_frame, int dst_stride_frame,
345 uint8* dst_frame, int dst_stride_frame,
  /external/libyuv/files/include/libyuv/
convert_from.h 79 uint8* dst_frame, int dst_stride_frame,
86 uint8* dst_frame, int dst_stride_frame,
121 uint8* dst_frame, int dst_stride_frame,
128 uint8* dst_frame, int dst_stride_frame,
135 uint8* dst_frame, int dst_stride_frame,
146 uint8* dst_frame, int dst_stride_frame,
153 uint8* dst_frame, int dst_stride_frame,
160 uint8* dst_frame, int dst_stride_frame,
planar_functions.h 370 uint8* dst_frame, int dst_stride_frame,
378 uint8* dst_frame, int dst_stride_frame,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 288 VideoFrame dst_frame; local
291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width,
297 src_height, dst_frame.buffer(kYPlane), dst_frame.stride(kYPlane),
298 dst_frame.buffer(kUPlane), dst_frame.stride(kUPlane),
299 dst_frame.buffer(kVPlane), dst_frame.stride(kVPlane), dst_width,
301 dst_frame.set_timestamp(input_image.timestamp());
302 dst_frame.set_render_time_ms(input_image.render_time_ms())
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc     [all...]
row_gcc.cc     [all...]
row_win.cc     [all...]
  /external/libyuv/files/source/
row_common.cc     [all...]
row_gcc.cc     [all...]
row_win.cc     [all...]

Completed in 486 milliseconds