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

  /system/media/audio_utils/
format.c 152 const uint32_t dst_bits = audio_channel_mask_get_bits(dst_channel_mask); local
159 dst_bits, src_bits);
162 dst_bits, src_bits);
171 dst_bits, src_bits);
174 dst_bits, src_bits);
  /frameworks/native/libs/gui/
Surface.cpp 948 uint8_t* dst_bits = NULL; local
950 reinterpret_cast<void**>(&dst_bits));
955 if (head != tail && src_bits && dst_bits) {
967 uint8_t * d = dst_bits +
984 if (dst_bits)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 525 unsigned dst_bits = dst_type.sign ? dst_type.width - 1 : dst_type.width; local
526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1);
  /frameworks/native/opengl/libagl/
egl.cpp 476 uint8_t * const dst_bits = (uint8_t *)dst_vaddr; local
485 uint8_t * d = dst_bits + (r.left + dst->stride * r.top) * bpp;
    [all...]

Completed in 556 milliseconds