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

  /external/qemu/block/
qcow2-cluster.c 782 uint64_t coffset; local
784 coffset = cluster_offset & s->cluster_offset_mask;
785 if (s->cluster_cache_offset != coffset) {
787 sector_offset = coffset & 511;
789 ret = bdrv_read(s->hd, coffset >> 9, s->cluster_data, nb_csectors);
797 s->cluster_cache_offset = coffset;
qcow.c 428 uint64_t coffset; local
430 coffset = cluster_offset & s->cluster_offset_mask;
431 if (s->cluster_cache_offset != coffset) {
434 ret = bdrv_pread(s->hd, coffset, s->cluster_data, csize);
441 s->cluster_cache_offset = coffset;
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 203 int Coffset;
236 Coffset = DecArg.args.dec_exe.out_display_C_addr - DecArg.args.dec_exe.in_frm_buf.chroma;
241 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 160 milliseconds