/external/bluetooth/bluedroid/bta/av/ |
bta_av_sbc.c | 31 UINT32 src_samples, UINT32 dst_samples, 112 ** dst_samples: The size of p_dst (number of bytes) 127 UINT32 src_samples, UINT32 dst_samples, 136 dst = dst_samples/bta_av_sbc_ups_cb.div; 157 ** dst_samples: The size of p_dst (in uint of 4 bytes) 164 UINT32 src_samples, UINT32 dst_samples, 174 while (bta_av_sbc_ups_cb.cur_pos > 0 && dst_samples) 180 dst_samples--; 185 while (src_samples-- && dst_samples) 196 dst_samples-- [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_av_sbc.h | 63 ** dst_samples: The size of p_dst (number of bytes) 78 UINT32 src_samples, UINT32 dst_samples, 92 ** dst_samples: The size of p_dst (in uint of 4 bytes) 99 UINT32 src_samples, UINT32 dst_samples, 113 ** dst_samples: The size of p_dst (in uint of 2 bytes) 120 UINT32 src_samples, UINT32 dst_samples, 134 ** dst_samples: The size of p_dst (in uint of 2 bytes) 141 UINT32 src_samples, UINT32 dst_samples, 155 ** dst_samples: The size of p_dst (number of bytes) 162 UINT32 src_samples, UINT32 dst_samples, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 257 unsigned dst_samples; member in struct:brw_blorp_blit_prog_key
|
brw_blorp_blit.cpp | 633 (key->dst_samples == 0)); 660 key->rt_samples != key->dst_samples || 666 decode_msaa(key->dst_samples, key->dst_layout); 669 /* Now (X, Y, S) = decode_msaa(dst_samples, detile(dst_tiling, offset)). [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 257 unsigned dst_samples; member in struct:brw_blorp_blit_prog_key
|
brw_blorp_blit.cpp | 633 (key->dst_samples == 0)); 660 key->rt_samples != key->dst_samples || 666 decode_msaa(key->dst_samples, key->dst_layout); 669 /* Now (X, Y, S) = decode_msaa(dst_samples, detile(dst_tiling, offset)). [all...] |