OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imageplanes
(Results
1 - 6
of
6
) sorted by null
/external/dng_sdk/source/
dng_opcodes.h
350
/// \param
imagePlanes
Number of planes in the image. Less than or equal to
362
uint32 /*
imagePlanes
*/,
452
/// \param
imagePlanes
Number of planes in the image. Less than or equal to
464
uint32 /*
imagePlanes
*/,
dng_bad_pixels.h
68
uint32
imagePlanes
,
272
uint32
imagePlanes
,
dng_lens_correction.cpp
[
all
...]
dng_bad_pixels.cpp
126
uint32
imagePlanes
,
133
if (
imagePlanes
!= 1)
781
uint32
imagePlanes
,
788
if (
imagePlanes
!= 1)
[
all
...]
dng_lens_correction.h
619
uint32
imagePlanes
,
/cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java
606
Plane[]
imagePlanes
= image.getPlanes();
608
Log.v(TAG, "first plane pixelstride " +
imagePlanes
[0].getPixelStride());
609
Log.v(TAG, "first plane rowstride " +
imagePlanes
[0].getRowStride());
[
all
...]
Completed in 173 milliseconds