OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chromasrc
(Results
1 - 1
of
1
) sorted by null
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp
243
unsigned char *lumaSrc = NULL, *
chromaSrc
= NULL;
256
chromaSrc
= static_cast<unsigned char *>(bufferSrc) + uvoffset;
276
memcpy(chromaDst,
chromaSrc
, width);
277
chromaSrc
+= strideSrc;
Completed in 72 milliseconds