Home
last modified time | relevance | path

Searched refs:dst_frame (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/audio/
Dremix_resample.cc23 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 …]
Dremix_resample.h29 AudioFrame* dst_frame);
39 AudioFrame* dst_frame);
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_from.h82 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,
Dplanar_functions.h338 uint8* dst_frame, int dst_stride_frame,
346 uint8* dst_frame, int dst_stride_frame,
/external/adhd/cras/src/server/
Dcras_mix_ops.c586 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/
Dinverse_transform_neon.cc2372 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 …]
Dinverse_transform_10bit_neon.cc1913 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/
Dinverse_transform_sse4.cc2266 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/
Drow_common.cc2116 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 …]
Drow_gcc.cc5148 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()
Drow_win.cc5993 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/
Dwebrtc_libyuv.h94 uint8_t* dst_frame);
/external/libyuv/files/source/
Drow_common.cc2670 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 …]
Drow_mmi.cc5842 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()
Drow_win.cc5783 uint8_t* dst_frame,
5820 uint8_t* dst_frame,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc2670 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 …]
Drow_win.cc5783 uint8_t* dst_frame,
5820 uint8_t* dst_frame,
/external/adhd/cras/src/tests/
Dmix_unittest.cc974 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/
Dwebrtc_libyuv.cc168 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/
Dgraph_partition.cc686 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/
Ddsp.h315 int start_y, void* dst_frame);
Dinverse_transform.cc1110 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/
Drow.h2938 uint8_t* dst_frame,
2943 uint8_t* dst_frame,
/external/libyuv/files/include/libyuv/
Drow.h3409 uint8_t* dst_frame,
3414 uint8_t* dst_frame,