HomeSort by relevance Sort by last modified time
    Searched full:dst_sample (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_mixer.c 153 int dst_sample;
162 dst_sample = *dst8 + src_sample;
163 if ( dst_sample > max_audioval ) {
166 if ( dst_sample < min_audioval ) {
169 *dst8 = dst_sample;
201 int dst_sample;
211 dst_sample = src1+src2;
212 if ( dst_sample > max_audioval ) {
213 dst_sample = max_audioval;
215 if ( dst_sample < min_audioval )
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_from.cc 958 uint8* dst_sample, int dst_sample_stride,
963 if (!y || !u|| !v || !dst_sample ||
973 dst_sample,
981 dst_sample,
989 dst_sample,
997 dst_sample,
1005 dst_sample,
1013 dst_sample,
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_from.cc 958 uint8* dst_sample, int dst_sample_stride,
963 if (!y || !u|| !v || !dst_sample ||
973 dst_sample,
981 dst_sample,
989 dst_sample,
997 dst_sample,
1005 dst_sample,
1013 dst_sample,
    [all...]
  /external/libyuv/files/source/
convert_from.cc     [all...]
  /external/chromium_org/media/base/
yuv_convert_unittest.cc 808 scoped_ptr<uint8[]> dst_sample(new uint8[kSize]);
811 memset(dst_sample.get(), 0, kSize);
816 media::FilterYUVRows_C(dst_sample.get(),
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 164 uint8* dst_sample, int dst_sample_stride,
  /external/chromium_org/third_party/libyuv/include/libyuv/
convert_from.h 164 uint8* dst_sample, int dst_sample_stride,
  /external/libyuv/files/include/libyuv/
convert_from.h 156 uint8* dst_sample, int dst_sample_stride,
  /external/opencv/ml/src/
mlboost.cpp 1334 float* dst_sample; local
    [all...]

Completed in 445 milliseconds