OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext_size
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
109
int
ext_size
) {
112
const int c_et =
ext_size
>> subsampling_y;
113
const int c_el =
ext_size
>> subsampling_x;
114
const int c_eb = (
ext_size
+ ybf->y_height - ybf->y_crop_height +
116
const int c_er = (
ext_size
+ ybf->y_width - ybf->y_crop_width +
126
ext_size
,
ext_size
,
127
ext_size
+ ybf->y_height - ybf->y_crop_height,
128
ext_size
+ ybf->y_width - ybf->y_crop_width);
/external/grub/stage2/
fsys_vstafs.c
193
int
ext_size
;
local
210
ext_size
= a[0].a_len * 512 - VSTAFS_START_DATA;
211
offset = filepos -
ext_size
;
215
curr_len -=
ext_size
;
216
offset -=
ext_size
;
217
ext_size
= a[extent+1].a_len * 512;
219
while (extent < FILE_INFO->extents && offset>
ext_size
);
/external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c
86
int
ext_size
) {
89
const int c_et =
ext_size
>> subsampling_y;
90
const int c_el =
ext_size
>> subsampling_x;
91
const int c_eb = (
ext_size
+ ybf->y_height - ybf->y_crop_height +
93
const int c_er = (
ext_size
+ ybf->y_width - ybf->y_crop_width +
103
ext_size
,
ext_size
,
104
ext_size
+ ybf->y_height - ybf->y_crop_height,
105
ext_size
+ ybf->y_width - ybf->y_crop_width);
/frameworks/av/media/libstagefright/id3/
ID3.cpp
280
size_t
ext_size
;
local
281
if (!ParseSyncsafeInteger(mData, &
ext_size
)) {
288
if (
ext_size
< 6 ||
ext_size
> mSize) {
295
mFirstFrameOffset =
ext_size
;
/external/qemu/block/
qcow2.c
714
size_t
ext_size
= header_size - sizeof(QCowHeader);
local
715
uint8_t buf[
ext_size
];
738
ret = bdrv_pwrite_sync(bs->file, sizeof(QCowHeader), buf,
ext_size
);
[
all
...]
/external/ipsec-tools/src/libipsec/
key_debug.c
745
"
ext_size
:%u ext_ref:%p }\n",
747
m->m_ext.
ext_size
, m->m_ext.ext_ref);
Completed in 112 milliseconds