OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_samples
(Results
1 - 4
of
4
) sorted by null
/system/bt/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
...]
/system/bt/bta/av/
bta_av_sbc.c
32
UINT32 src_samples, UINT32
dst_samples
,
113
**
dst_samples
: The size of p_dst (number of bytes)
128
UINT32 src_samples, UINT32
dst_samples
,
137
dst =
dst_samples
/bta_av_sbc_ups_cb.div;
158
**
dst_samples
: The size of p_dst (in uint of 4 bytes)
165
UINT32 src_samples, UINT32
dst_samples
,
175
while (bta_av_sbc_ups_cb.cur_pos > 0 &&
dst_samples
)
181
dst_samples
--;
186
while (src_samples-- &&
dst_samples
)
197
dst_samples
--
[
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
...]
Completed in 169 milliseconds