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

  /external/bluetooth/glib/tests/
memchunks.c 195 GMemArea *temp_area; local
204 temp_area = mem_areas;
206 g_free (temp_area);
230 GMemArea *temp_area; local
248 temp_area = g_tree_search (mem_chunk->mem_tree,
264 if (temp_area->mark)
267 temp_area->free += mem_chunk->atom_size;
269 if (temp_area->free == mem_chunk->area_size)
271 if (temp_area == mem_chunk->mem_area)
278 if (temp_area->next
381 GMemArea *temp_area; local
490 GMemArea *temp_area; local
    [all...]
  /external/libvpx/vpx_scale/generic/
vpxscale.c 316 * unsigned char *temp_area : Pointer to temp work area.
346 unsigned char *temp_area,
472 horiz_line_scale(source, source_width, temp_area, dest_width);
488 temp_area + (i + 1)*dest_pitch, dest_width);
492 vert_band_scale(temp_area + dest_pitch, dest_pitch, dest, dest_pitch, dest_width);
495 vpx_memcpy(temp_area, temp_area + source_band_height * dest_pitch, dest_width);
541 Scale1Dh(source, 1, hscale, source_width + 1, temp_area, 1, hratio, dest_width);
554 temp_area + i * dest_pitch, 1, hratio, dest_width);
558 /* copy temp_area row 0 over from last row in the past *
    [all...]
  /external/libvpx/vpx_scale/
vpxscale.h 92 unsigned char *temp_area,

Completed in 4690 milliseconds