HomeSort by relevance Sort by last modified time
    Searched defs:bytes_per_sample (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
md5_helper.h 31 const int bytes_per_sample = local
36 img->x_chroma_shift : img->d_w) * bytes_per_sample;
y4m_test.cc 62 const int bytes_per_sample = (img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1; local
68 fwrite(buf, bytes_per_sample, w, file);
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 218 const int bytes_per_sample = local
224 data + x * bytes_per_sample + y * img->stride[VPX_PLANE_ALPHA];
228 img->planes[VPX_PLANE_Y] = data + x * bytes_per_sample +
234 data + (x >> img->x_chroma_shift) * bytes_per_sample +
238 data + (x >> img->x_chroma_shift) * bytes_per_sample +
242 data + (x >> img->x_chroma_shift) * bytes_per_sample +
246 data + (x >> img->x_chroma_shift) * bytes_per_sample +
  /external/webrtc/webrtc/common_audio/
wav_header_unittest.cc 97 size_t bytes_per_sample = 0; local
123 &bytes_per_sample, &num_samples));
144 &bytes_per_sample, &num_samples));
165 &bytes_per_sample, &num_samples));
187 &bytes_per_sample, &num_samples));
210 &bytes_per_sample, &num_samples));
229 &bytes_per_sample, &num_samples));
241 &bytes_per_sample, &num_samples));
274 size_t bytes_per_sample = 0; local
279 &bytes_per_sample, &num_samples))
310 size_t bytes_per_sample = 0; local
    [all...]
wav_file.cc 55 size_t bytes_per_sample; local
57 &bytes_per_sample, &num_samples_));
60 RTC_CHECK_EQ(kBytesPerSample, bytes_per_sample);
  /external/libvpx/libvpx/
y4minput.c 998 int bytes_per_sample = _y4m->bit_depth > 8 ? 2 : 1; local
    [all...]
vpxdec.c 297 const int bytes_per_sample = ((img->fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? 2 : 1); local
299 const int bytes_per_sample = 1; local
310 fwrite(buf, bytes_per_sample, w, file);
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 1024 size_t bytes_per_sample = audio_bytes_per_sample(stream->common.get_format(&stream->common)); local
2167 size_t bytes_per_sample = audio_bytes_per_sample(stream->common.get_format(&stream->common)); local
    [all...]

Completed in 270 milliseconds