OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coffset
(Results
1 - 4
of
4
) sorted by null
/external/qemu/block/
qcow2-cluster.c
904
uint64_t
coffset
;
local
906
coffset
= cluster_offset & s->cluster_offset_mask;
907
if (s->cluster_cache_offset !=
coffset
) {
909
sector_offset =
coffset
& 511;
912
ret = bdrv_read(bs->file,
coffset
>> 9, s->cluster_data, nb_csectors);
920
s->cluster_cache_offset =
coffset
;
qcow.c
426
uint64_t
coffset
;
local
428
coffset
= cluster_offset & s->cluster_offset_mask;
429
if (s->cluster_cache_offset !=
coffset
) {
432
ret = bdrv_pread(bs->file,
coffset
, s->cluster_data, csize);
439
s->cluster_cache_offset =
coffset
;
/device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c
216
int
Coffset
;
249
Coffset
= DecArg.args.dec_exe.out_display_C_addr - DecArg.args.dec_exe.in_frm_buf.chroma;
254
pCTX->decOutInfo.CVirAddr = (void *)(pCTX->virFrmBuf.chroma +
Coffset
);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
[
all
...]
Completed in 1600 milliseconds