OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapPlanes
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_gain_map.cpp
359
uint32
mapPlanes
= stream.Get_uint32 ();
379
(unsigned)
mapPlanes
);
401
mapPlanes
< 1)
410
mapPlanes
));
425
for (uint32 plane = 0; plane <
mapPlanes
; plane++)
/frameworks/av/media/img_utils/include/img_utils/
DngUtils.h
95
* must have mapPointsV * mapPointsH *
mapPlanes
elements.
113
uint32_t
mapPlanes
,
/frameworks/av/media/img_utils/src/
DngUtils.cpp
188
/*
mapPlanes
*/1,
206
/*
mapPlanes
*/1,
224
/*
mapPlanes
*/1,
242
/*
mapPlanes
*/1,
280
/*
mapPlanes
*/1,
301
uint32_t
mapPlanes
,
317
mapPointsV * mapPointsH *
mapPlanes
* sizeof(float);
345
err = mEndianOut.write(&
mapPlanes
, 0, 1);
348
err = mEndianOut.write(mapGains, 0, mapPointsV * mapPointsH *
mapPlanes
);
Completed in 433 milliseconds