HomeSort by relevance Sort by last modified time
    Searched refs:dst_fmt (Results 1 - 12 of 12) sorted by null

  /external/adhd/cras/src/server/
cras_audio_area.h 72 const struct cras_audio_format *dst_fmt,
cras_audio_area.c 27 const struct cras_audio_format *dst_fmt,
51 cras_mix_add_scale_stride(dst_fmt->format, dchan, schan,
  /external/adhd/cras/src/tests/
audio_area_unittest.cc 168 struct cras_audio_format dst_fmt; local
172 dst_fmt.num_channels = 2;
173 dst_fmt.format = SND_PCM_FORMAT_S16_LE;
175 dst_fmt.channel_layout[i] = stereo[i];
178 cras_audio_area_config_channels(a1, &dst_fmt);
179 cras_audio_area_config_buf_pointers(a1, &dst_fmt, (uint8_t *)buf1);
193 cras_audio_area_copy(a1, 0, &dst_fmt, a2, 0, 1.0);
271 struct cras_audio_format dst_fmt; local
275 dst_fmt.num_channels = 3;
276 dst_fmt.format = SND_PCM_FORMAT_S16_LE
    [all...]
dev_stream_unittest.cc     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 327 const struct util_format_description *dst_fmt,
341 unsigned chan_bits = dst_fmt->channel[dst_fmt->swizzle[chan]].size;
354 for (chan = 0; chan < dst_fmt->nr_channels; chan++) {
355 if (dst_fmt->swizzle[chan] <= PIPE_SWIZZLE_W) {
358 ls = dst_fmt->channel[dst_fmt->swizzle[chan]].shift;
lp_bld_format.h 217 const struct util_format_description *dst_fmt,
  /external/libkmsxx/utils/
wbm2m.cpp 58 auto dst_fmt = PixelFormat::XRGB8888; local
65 dst_fmt = FourCCToPixelFormat(s);
92 in->set_format(dst_fmt, dst_width, dst_height);
107 auto fb = new DumbFramebuffer(card, dst_width, dst_height, dst_fmt);
  /external/mesa3d/src/gallium/drivers/swr/
swr_clear.cpp 134 enum pipe_format dst_fmt;
  /external/tensorflow/tensorflow/core/kernels/
mkl_pooling_ops_common.h 93 memory::format GetDstMemoryFormat() const { return context_.dst_fmt; }
107 memory::format dst_fmt; member in struct:tensorflow::MklPoolingFwdPrimitive::PoolingFwdContext
135 dst_fmt(memory::format::any),
mkl_pooling_ops_common.cc 71 context_.dst_fmt = static_cast<mkldnn::memory::format>(
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 693 enum pipe_format dst_fmt; local
701 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT;
705 dst_fmt = PIPE_FORMAT_R32G32_UINT;
710 dst_fmt = PIPE_FORMAT_R32_UINT;
715 dst_fmt = PIPE_FORMAT_R16_UINT;
721 dst_fmt = PIPE_FORMAT_R8_UINT;
773 PUSH_DATA (push, nv50_format_table[dst_fmt].rt);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_surface.c 501 enum pipe_format dst_fmt; local
509 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT;
518 dst_fmt = PIPE_FORMAT_R32G32_UINT;
523 dst_fmt = PIPE_FORMAT_R32_UINT;
528 dst_fmt = PIPE_FORMAT_R16_UINT;
534 dst_fmt = PIPE_FORMAT_R8_UINT;
588 PUSH_DATA (push, nvc0_format_table[dst_fmt].rt);
    [all...]

Completed in 392 milliseconds