HomeSort by relevance Sort by last modified time
    Searched defs:row_data (Results 1 - 5 of 5) sorted by null

  /frameworks/av/cmds/stagefright/
jpeg.cpp 43 uint8_t row_data[width * 3]; local
44 JSAMPROW row_pointer = row_data;
75 uint8_t *dst = row_data;
  /external/pdfium/core/src/fxge/agg/agg23/
agg_renderer_base.h 31 typedef typename pixfmt_type::row_data row_data; typedef in class:agg::renderer_base
agg_rendering_buffer.h 28 struct row_data : public CFX_Object { struct in class:agg::rendering_buffer
31 row_data() {} function in struct:agg::rendering_buffer::row_data
32 row_data(int x1_, int x2_, const int8u* ptr_) : function in struct:agg::rendering_buffer::row_data
agg_pixfmt_gray.h 46 typedef rendering_buffer::row_data row_data; typedef in class:agg::pixel_formats_gray
98 row_data row(int x, int y) const
100 return row_data(x,
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc 38 const uint8* row_data = static_cast<const uint8*>( local
41 total += row_data[c];

Completed in 1364 milliseconds