/external/webrtc/webrtc/voice_engine/ |
D | utility.cc | 26 AudioFrame* dst_frame) { in RemixAndResample() argument 29 resampler, dst_frame); in RemixAndResample() 30 dst_frame->timestamp_ = src_frame.timestamp_; in RemixAndResample() 31 dst_frame->elapsed_time_ms_ = src_frame.elapsed_time_ms_; in RemixAndResample() 32 dst_frame->ntp_time_ms_ = src_frame.ntp_time_ms_; in RemixAndResample() 40 AudioFrame* dst_frame) { in RemixAndResample() argument 46 if (num_channels == 2 && dst_frame->num_channels_ == 1) { in RemixAndResample() 53 if (resampler->InitializeIfNeeded(sample_rate_hz, dst_frame->sample_rate_hz_, in RemixAndResample() 57 << dst_frame->sample_rate_hz_ in RemixAndResample() 63 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, in RemixAndResample() [all …]
|
D | utility.h | 36 AudioFrame* dst_frame); 46 AudioFrame* dst_frame);
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 157 uint8_t* dst_frame, in ConvertNV12ToRGB565() argument 165 dst_frame, width, in ConvertNV12ToRGB565() 169 int ConvertRGB24ToARGB(const uint8_t* src_frame, uint8_t* dst_frame, in ConvertRGB24ToARGB() argument 174 dst_frame, dst_stride, in ConvertRGB24ToARGB() 239 VideoFrame* dst_frame) { in ConvertToI420() argument 240 int dst_width = dst_frame->width(); in ConvertToI420() 241 int dst_height = dst_frame->height(); in ConvertToI420() 245 dst_width = dst_frame->height(); in ConvertToI420() 246 dst_height = dst_frame->width(); in ConvertToI420() 249 dst_frame->buffer(kYPlane), in ConvertToI420() [all …]
|
D | scaler.cc | 50 int Scaler::Scale(const VideoFrame& src_frame, VideoFrame* dst_frame) { in Scale() argument 51 assert(dst_frame); in Scale() 58 dst_frame->set_video_frame_buffer( in Scale() 89 dst_frame->buffer(kYPlane), in Scale() 90 dst_frame->stride(kYPlane), in Scale() 91 dst_frame->buffer(kUPlane), in Scale() 92 dst_frame->stride(kUPlane), in Scale() 93 dst_frame->buffer(kVPlane), in Scale() 94 dst_frame->stride(kVPlane), in Scale()
|
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 102 uint8* dst_frame, 114 uint8* dst_frame, 174 uint8* dst_frame, 186 uint8* dst_frame, 198 uint8* dst_frame, 210 uint8* dst_frame, 226 uint8* dst_frame, 239 uint8* dst_frame, 251 uint8* dst_frame,
|
D | planar_functions.h | 594 uint8* dst_frame, 607 uint8* dst_frame,
|
/external/webrtc/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 117 VideoFrame* dst_frame); 130 uint8_t* dst_frame); 136 uint8_t* dst_frame); 143 uint8_t* dst_frame, 147 uint8_t* dst_frame,
|
D | scaler.h | 51 int Scale(const VideoFrame& src_frame, VideoFrame* dst_frame);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | 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,
|
D | planar_functions.h | 384 uint8* dst_frame, int dst_stride_frame, 392 uint8* dst_frame, int dst_stride_frame,
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter.cc | 288 VideoFrame dst_frame; in Encode() local 291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width, in Encode() 297 src_height, dst_frame.buffer(kYPlane), dst_frame.stride(kYPlane), in Encode() 298 dst_frame.buffer(kUPlane), dst_frame.stride(kUPlane), in Encode() 299 dst_frame.buffer(kVPlane), dst_frame.stride(kVPlane), dst_width, in Encode() 301 dst_frame.set_timestamp(input_image.timestamp()); in Encode() 302 dst_frame.set_render_time_ms(input_image.render_time_ms()); in Encode() 303 streaminfos_[stream_idx].encoder->Encode(dst_frame, codec_specific_info, in Encode()
|
/external/libyuv/files/source/ |
D | row_common.cc | 2243 uint8* dst_frame, in I422ToYUY2Row_C() argument 2247 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2248 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2249 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2250 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2251 dst_frame += 4; in I422ToYUY2Row_C() 2257 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2258 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2259 dst_frame[2] = 0; in I422ToYUY2Row_C() 2260 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_gcc.cc | 5287 uint8* dst_frame, in I422ToYUY2Row_SSE2() argument 5310 "+r"(dst_frame), // %3 in I422ToYUY2Row_SSE2() 5323 uint8* dst_frame, in I422ToUYVYRow_SSE2() argument 5346 "+r"(dst_frame), // %3 in I422ToUYVYRow_SSE2()
|
D | row_win.cc | 5890 uint8* dst_frame, 5927 uint8* dst_frame,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 2251 uint8* dst_frame, int width) { in I422ToYUY2Row_C() argument 2254 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2255 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2256 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2257 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2258 dst_frame += 4; in I422ToYUY2Row_C() 2264 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2265 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2266 dst_frame[2] = 0; in I422ToYUY2Row_C() 2267 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_gcc.cc | 5207 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 5229 "+r"(dst_frame), // %3 in I422ToYUY2Row_SSE2() 5242 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument 5264 "+r"(dst_frame), // %3 in I422ToUYVYRow_SSE2()
|
D | row_win.cc | 5930 uint8* dst_frame, int width) { 5967 uint8* dst_frame, int width) {
|