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

  /hardware/qcom/display/libcopybit/
software_converter.cpp 138 static int copy_source_to_destination(const int src_base, const int dst_base,
141 if (!src_base || !dst_base) {
142 ALOGE("%s: invalid memory src_base = 0x%x dst_base=0x%x",
143 __FUNCTION__, src_base, dst_base);
149 unsigned char *src = (unsigned char*)src_base;
160 src = (unsigned char*)(src_base + info.src_plane1_offset);
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 99 Uint32 src_base; local
115 src_base = ((char *)src->pixels - mapped_mem);
150 tdfx_out32(SRCBASE, (Uint32)src_base);

Completed in 53 milliseconds