/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 155 uint8_t* dst_frame, in ConvertNV12ToRGB565() argument 163 dst_frame, width, in ConvertNV12ToRGB565() 167 int ConvertRGB24ToARGB(const uint8_t* src_frame, uint8_t* dst_frame, in ConvertRGB24ToARGB() argument 172 dst_frame, dst_stride, in ConvertRGB24ToARGB() 235 I420VideoFrame* dst_frame) { in ConvertToI420() argument 236 int dst_width = dst_frame->width(); in ConvertToI420() 237 int dst_height = dst_frame->height(); in ConvertToI420() 241 dst_width = dst_frame->height(); in ConvertToI420() 242 dst_height =dst_frame->width(); in ConvertToI420() 245 dst_frame->buffer(kYPlane), in ConvertToI420() [all …]
|
D | scaler.cc | 49 I420VideoFrame* dst_frame) { in Scale() argument 50 assert(dst_frame); in Scale() 58 dst_frame->CreateEmptyFrame(dst_width_, dst_height_, in Scale() 69 dst_frame->buffer(kYPlane), in Scale() 70 dst_frame->stride(kYPlane), in Scale() 71 dst_frame->buffer(kUPlane), in Scale() 72 dst_frame->stride(kUPlane), in Scale() 73 dst_frame->buffer(kVPlane), in Scale() 74 dst_frame->stride(kVPlane), in Scale()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | utility.cc | 29 AudioFrame* dst_frame) { in RemixAndResample() argument 35 if (src_frame.num_channels_ == 2 && dst_frame->num_channels_ == 1) { in RemixAndResample() 44 dst_frame->sample_rate_hz_, in RemixAndResample() 47 dst_frame->sample_rate_hz_, audio_ptr_num_channels); in RemixAndResample() 53 int out_length = resampler->Resample(audio_ptr, src_length, dst_frame->data_, in RemixAndResample() 56 LOG_FERR3(LS_ERROR, Resample, audio_ptr, src_length, dst_frame->data_); in RemixAndResample() 59 dst_frame->samples_per_channel_ = out_length / audio_ptr_num_channels; in RemixAndResample() 62 if (src_frame.num_channels_ == 1 && dst_frame->num_channels_ == 2) { in RemixAndResample() 65 dst_frame->num_channels_ = 1; in RemixAndResample() 66 AudioFrameOperations::MonoToStereo(dst_frame); in RemixAndResample() [all …]
|
D | utility.h | 33 AudioFrame* dst_frame);
|
/external/libyuv/files/source/ |
D | convert_from.cc | 237 uint8* dst_frame, int width) { in I42xToYUY2Row_SSE2() argument 276 uint8* dst_frame, int width) { in I42xToUYVYRow_SSE2() argument 314 uint8* dst_frame, int width) { in I42xToYUY2Row_SSE2() argument 336 "+r"(dst_frame), // %3 in I42xToYUY2Row_SSE2() 350 uint8* dst_frame, int width) { in I42xToUYVYRow_SSE2() argument 372 "+r"(dst_frame), // %3 in I42xToUYVYRow_SSE2() 386 uint8* dst_frame, int width) { in I42xToYUY2Row_C() argument 388 dst_frame[0] = src_y[0]; in I42xToYUY2Row_C() 389 dst_frame[1] = src_u[0]; in I42xToYUY2Row_C() 390 dst_frame[2] = src_y[1]; in I42xToYUY2Row_C() [all …]
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 124 I420VideoFrame* dst_frame); 136 uint8_t* dst_frame); 141 uint8_t* dst_frame); 148 uint8_t* dst_frame, 152 uint8_t* dst_frame, 164 I420VideoFrame* dst_frame); 166 I420VideoFrame* dst_frame);
|
D | scaler.h | 52 I420VideoFrame* dst_frame);
|
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 67 uint8* dst_frame, int dst_stride_frame, 74 uint8* dst_frame, int dst_stride_frame, 81 uint8* dst_frame, int dst_stride_frame, 116 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, 144 uint8* dst_frame, int dst_stride_frame,
|
D | format_conversion.h | 67 uint8* dst_frame, int dst_stride_frame, 74 uint8* dst_frame, int dst_stride_frame, 81 uint8* dst_frame, int dst_stride_frame, 88 uint8* dst_frame, int dst_stride_frame, 99 uint8* dst_frame, int dst_stride_frame,
|
D | planar_functions.h | 252 uint8* dst_frame, int dst_stride_frame, 260 uint8* dst_frame, int dst_stride_frame,
|
/external/chromium_org/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, 145 uint8* dst_frame, int dst_stride_frame, 152 uint8* dst_frame, int dst_stride_frame,
|
D | format_conversion.h | 67 uint8* dst_frame, int dst_stride_frame, 74 uint8* dst_frame, int dst_stride_frame, 81 uint8* dst_frame, int dst_stride_frame, 88 uint8* dst_frame, int dst_stride_frame, 99 uint8* dst_frame, int dst_stride_frame,
|
D | planar_functions.h | 323 uint8* dst_frame, int dst_stride_frame, 331 uint8* dst_frame, int dst_stride_frame,
|
/external/chromium_org/third_party/libvpx/source/libvpx/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, 145 uint8* dst_frame, int dst_stride_frame, 152 uint8* dst_frame, int dst_stride_frame,
|
D | format_conversion.h | 67 uint8* dst_frame, int dst_stride_frame, 74 uint8* dst_frame, int dst_stride_frame, 81 uint8* dst_frame, int dst_stride_frame, 88 uint8* dst_frame, int dst_stride_frame, 99 uint8* dst_frame, int dst_stride_frame,
|
D | planar_functions.h | 323 uint8* dst_frame, int dst_stride_frame, 331 uint8* dst_frame, int dst_stride_frame,
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 2021 uint8* dst_frame, int width) { in I422ToYUY2Row_C() argument 2024 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2025 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2026 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2027 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2028 dst_frame += 4; in I422ToYUY2Row_C() 2034 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2035 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2036 dst_frame[2] = src_y[0]; // duplicate last y in I422ToYUY2Row_C() 2037 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_posix.cc | 6097 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 6119 "+r"(dst_frame), // %3 in I422ToYUY2Row_SSE2() 6137 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument 6159 "+r"(dst_frame), // %3 in I422ToUYVYRow_SSE2()
|
D | row_win.cc | 7058 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 7096 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument
|
/external/chromium_org/third_party/libyuv/source/ |
D | row_common.cc | 2021 uint8* dst_frame, int width) { in I422ToYUY2Row_C() argument 2024 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2025 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2026 dst_frame[2] = src_y[1]; in I422ToYUY2Row_C() 2027 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() 2028 dst_frame += 4; in I422ToYUY2Row_C() 2034 dst_frame[0] = src_y[0]; in I422ToYUY2Row_C() 2035 dst_frame[1] = src_u[0]; in I422ToYUY2Row_C() 2036 dst_frame[2] = src_y[0]; // duplicate last y in I422ToYUY2Row_C() 2037 dst_frame[3] = src_v[0]; in I422ToYUY2Row_C() [all …]
|
D | row_posix.cc | 6097 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 6119 "+r"(dst_frame), // %3 in I422ToYUY2Row_SSE2() 6137 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument 6159 "+r"(dst_frame), // %3 in I422ToUYVYRow_SSE2()
|
D | row_win.cc | 7059 uint8* dst_frame, int width) { in I422ToYUY2Row_SSE2() argument 7097 uint8* dst_frame, int width) { in I422ToUYVYRow_SSE2() argument
|