/external/webrtc/audio/ |
D | remix_resample.cc | 23 AudioFrame* dst_frame) { in RemixAndResample() argument 26 resampler, dst_frame); in RemixAndResample() 27 dst_frame->timestamp_ = src_frame.timestamp_; in RemixAndResample() 28 dst_frame->elapsed_time_ms_ = src_frame.elapsed_time_ms_; in RemixAndResample() 29 dst_frame->ntp_time_ms_ = src_frame.ntp_time_ms_; in RemixAndResample() 30 dst_frame->packet_infos_ = src_frame.packet_infos_; in RemixAndResample() 38 AudioFrame* dst_frame) { in RemixAndResample() argument 44 if (num_channels > dst_frame->num_channels_) { in RemixAndResample() 47 RTC_DCHECK(dst_frame->num_channels_ == 1 || dst_frame->num_channels_ == 2) in RemixAndResample() 48 << "dst_frame->num_channels_: " << dst_frame->num_channels_; in RemixAndResample() [all …]
|
D | remix_resample.h | 29 AudioFrame* dst_frame); 39 AudioFrame* 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/adhd/cras/src/server/ |
D | cras_mix_ops.c | 586 int32_t dst_frame; in cras_mix_add_clip_s24_3le() local 591 convert_single_s243le_to_s32le(&dst_frame, dst); in cras_mix_add_clip_s24_3le() 593 sum = (int64_t)dst_frame + (int64_t)src_frame; in cras_mix_add_clip_s24_3le() 598 dst_frame = (int32_t)sum; in cras_mix_add_clip_s24_3le() 599 convert_single_s32le_to_s243le(dst, &dst_frame); in cras_mix_add_clip_s24_3le() 609 int32_t dst_frame; in scale_add_clip_s24_3le() local 617 convert_single_s243le_to_s32le(&dst_frame, dst); in scale_add_clip_s24_3le() 619 sum = (int64_t)dst_frame + (int64_t)(src_frame * vol); in scale_add_clip_s24_3le() 624 dst_frame = (int32_t)sum; in scale_add_clip_s24_3le() 625 convert_single_s32le_to_s243le(dst, &dst_frame); in scale_add_clip_s24_3le() [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | inverse_transform_neon.cc | 2372 int start_x, int start_y, void* dst_frame) { in Dct4TransformLoopColumn_NEON() argument 2397 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct4TransformLoopColumn_NEON() 2439 int start_x, int start_y, void* dst_frame) { in Dct8TransformLoopColumn_NEON() argument 2463 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct8TransformLoopColumn_NEON() 2501 int start_x, int start_y, void* dst_frame) { in Dct16TransformLoopColumn_NEON() argument 2526 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct16TransformLoopColumn_NEON() 2555 int start_x, int start_y, void* dst_frame) { in Dct32TransformLoopColumn_NEON() argument 2569 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct32TransformLoopColumn_NEON() 2598 int start_x, int start_y, void* dst_frame) { in Dct64TransformLoopColumn_NEON() argument 2612 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct64TransformLoopColumn_NEON() [all …]
|
D | inverse_transform_10bit_neon.cc | 1913 int start_x, int start_y, void* dst_frame) { in Dct4TransformLoopColumn_NEON() argument 1933 auto& frame = *static_cast<Array2DView<uint16_t>*>(dst_frame); in Dct4TransformLoopColumn_NEON() 1966 int start_x, int start_y, void* dst_frame) { in Dct8TransformLoopColumn_NEON() argument 1985 auto& frame = *static_cast<Array2DView<uint16_t>*>(dst_frame); in Dct8TransformLoopColumn_NEON() 2018 int start_x, int start_y, void* dst_frame) { in Dct16TransformLoopColumn_NEON() argument 2037 auto& frame = *static_cast<Array2DView<uint16_t>*>(dst_frame); in Dct16TransformLoopColumn_NEON() 2070 int start_x, int start_y, void* dst_frame) { in Dct32TransformLoopColumn_NEON() argument 2088 auto& frame = *static_cast<Array2DView<uint16_t>*>(dst_frame); in Dct32TransformLoopColumn_NEON() 2121 int start_x, int start_y, void* dst_frame) { in Dct64TransformLoopColumn_NEON() argument 2139 auto& frame = *static_cast<Array2DView<uint16_t>*>(dst_frame); in Dct64TransformLoopColumn_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 2266 int start_x, int start_y, void* dst_frame) { in Dct4TransformLoopColumn_SSE4_1() argument 2289 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct4TransformLoopColumn_SSE4_1() 2329 int start_x, int start_y, void* dst_frame) { in Dct8TransformLoopColumn_SSE4_1() argument 2351 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct8TransformLoopColumn_SSE4_1() 2391 void* dst_frame) { in Dct16TransformLoopColumn_SSE4_1() argument 2413 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct16TransformLoopColumn_SSE4_1() 2446 void* dst_frame) { in Dct32TransformLoopColumn_SSE4_1() argument 2458 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct32TransformLoopColumn_SSE4_1() 2491 void* dst_frame) { in Dct64TransformLoopColumn_SSE4_1() argument 2503 auto& frame = *static_cast<Array2DView<uint8_t>*>(dst_frame); in Dct64TransformLoopColumn_SSE4_1() [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/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 94 uint8_t* dst_frame);
|
/external/libyuv/files/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_mmi.cc | 5842 uint8_t* dst_frame, in I422ToYUY2Row_MMI() argument 5871 [dst_frame] "r"(dst_frame), [width] "r"(width) in I422ToYUY2Row_MMI() 5878 uint8_t* dst_frame, in I422ToUYVYRow_MMI() argument 5907 [dst_frame] "r"(dst_frame), [width] "r"(width) in I422ToUYVYRow_MMI()
|
D | row_win.cc | 5783 uint8_t* dst_frame, 5820 uint8_t* 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 | 974 int32_t dst_frame = 0; in TestScaleStride() local 976 memcpy((uint8_t*)&dst_frame + 1, mix_buffer_ + 3 * i, 3); in TestScaleStride() 978 tmp = (int64_t)dst_frame + (int64_t)src_frame * scaler; in TestScaleStride() 980 tmp = (int64_t)dst_frame + (int64_t)src_frame; in TestScaleStride() 985 dst_frame = (int32_t)tmp; in TestScaleStride() 986 memcpy(compare_buffer_ + 3 * i, (uint8_t*)&dst_frame + 1, 3); in TestScaleStride()
|
/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 168 uint8_t* dst_frame) { in ConvertFromI420() argument 174 dst_frame, dst_sample_size, src_frame.width(), src_frame.height(), in ConvertFromI420()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition.cc | 686 const Node* dst_frame = InputFrame(dst, cf_info); in AddControlFlow() local 688 const string& dst_frame_name = cf_info[dst_frame->id()].frame_name; in AddControlFlow() 766 const Node* dst_frame = InputFrame(dst, cf_info); in AddControlFlow() local 768 const string& dst_frame_name = cf_info[dst_frame->id()].frame_name; in AddControlFlow()
|
/external/libgav1/libgav1/src/dsp/ |
D | dsp.h | 315 int start_y, void* dst_frame);
|
D | inverse_transform.cc | 1110 int start_y, void* dst_frame) { in TransformLoop_C() argument 1120 auto* frame = static_cast<Array2DView<Pixel>*>(dst_frame); in TransformLoop_C()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 2938 uint8_t* dst_frame, 2943 uint8_t* dst_frame,
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 3409 uint8_t* dst_frame, 3414 uint8_t* dst_frame,
|