OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:row_data
(Results
1 - 2
of
2
) 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/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 186 milliseconds