/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, 222 uint8* dst_frame, 234 uint8* dst_frame, 250 uint8* dst_frame, 263 uint8* dst_frame, [all …]
|
D | planar_functions.h | 594 uint8* dst_frame, 607 uint8* dst_frame,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 82 uint8* dst_frame, int dst_stride_frame, 89 uint8* dst_frame, int dst_stride_frame, 124 uint8* dst_frame, int dst_stride_frame, 131 uint8* dst_frame, int dst_stride_frame, 138 uint8* dst_frame, int dst_stride_frame, 149 uint8* dst_frame, int dst_stride_frame, 156 uint8* dst_frame, int dst_stride_frame, 163 uint8* dst_frame, int dst_stride_frame,
|
D | planar_functions.h | 338 uint8* dst_frame, int dst_stride_frame, 346 uint8* dst_frame, int dst_stride_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/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/adhd/cras/src/server/ |
D | cras_mix_ops.c | 594 int32_t dst_frame; in cras_mix_add_clip_s24_3le() local 599 convert_single_s243le_to_s32le(&dst_frame, dst); in cras_mix_add_clip_s24_3le() 601 sum = (int64_t)dst_frame + (int64_t)src_frame; in cras_mix_add_clip_s24_3le() 606 dst_frame = (int32_t)sum; in cras_mix_add_clip_s24_3le() 607 convert_single_s32le_to_s243le(dst, &dst_frame); in cras_mix_add_clip_s24_3le() 619 int32_t dst_frame; in scale_add_clip_s24_3le() local 627 convert_single_s243le_to_s32le(&dst_frame, dst); in scale_add_clip_s24_3le() 629 sum = (int64_t)dst_frame + (int64_t)(src_frame * vol); in scale_add_clip_s24_3le() 634 dst_frame = (int32_t)sum; in scale_add_clip_s24_3le() 635 convert_single_s32le_to_s243le(dst, &dst_frame); in scale_add_clip_s24_3le() [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_common.cc | 2116 uint8* dst_frame, int width) { in I422ToYUY2Row_C() argument 2119 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2120 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2121 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2122 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2123 dst_frame += 4; in I422ToYUY2Row_C() 2129 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2130 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2131 dst_frame[2] = 0; in I422ToYUY2Row_C() 2132 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_gcc.cc | 5148 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 5170 "+r"(dst_frame), // %3 in I422ToYUY2Row_SSE2() 5183 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument 5205 "+r"(dst_frame), // %3 in I422ToUYVYRow_SSE2()
|
D | row_win.cc | 5993 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 6030 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument
|
/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 | 2670 uint8_t* dst_frame, in I422ToYUY2Row_C() argument 2674 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2675 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2676 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2677 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2678 dst_frame += 4; in I422ToYUY2Row_C() 2684 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2685 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2686 dst_frame[2] = 0; in I422ToYUY2Row_C() 2687 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_win.cc | 5783 uint8_t* dst_frame, 5820 uint8_t* dst_frame,
|
/external/adhd/cras/src/tests/ |
D | mix_unittest.cc | 845 int32_t dst_frame = 0; in TestScaleStride() local 847 memcpy((uint8_t *)&dst_frame + 1, mix_buffer_ + 3*i, 3); in TestScaleStride() 849 tmp = (int64_t)dst_frame + (int64_t)src_frame * scaler; in TestScaleStride() 851 tmp = (int64_t)dst_frame + (int64_t)src_frame; in TestScaleStride() 856 dst_frame = (int32_t)tmp; in TestScaleStride() 857 memcpy(compare_buffer_ + 3*i, (uint8_t *)&dst_frame + 1, 3); in TestScaleStride()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 659 const Node* dst_frame = InputFrame(dst, cf_info); in AddControlFlow() local 661 const string& dst_frame_name = cf_info[dst_frame->id()].frame_name; in AddControlFlow() 739 const Node* dst_frame = InputFrame(dst, cf_info); in AddControlFlow() local 741 const string& dst_frame_name = cf_info[dst_frame->id()].frame_name; in AddControlFlow()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2938 uint8_t* dst_frame, 2943 uint8_t* dst_frame,
|