OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crPlane
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/libs/ui/
GraphicBufferMapper.cpp
208
auto
crPlane
= planes.cend();
216
crPlane
= planeIter;
229
if (
crPlane
== planes.cend()) {
246
if (!isValidYCbCrPlane(*
crPlane
)) {
251
if (cbPlane->v_increment !=
crPlane
->v_increment) {
253
cbPlane->v_increment,
crPlane
->v_increment);
257
if (cbPlane->h_increment !=
crPlane
->h_increment) {
259
cbPlane->h_increment,
crPlane
->h_increment);
267
ycbcr->cr =
crPlane
->top_left;
/frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp
56
uint8_t*
crPlane
, uint8_t* cbPlane, size_t chromaStep, size_t yStride, size_t chromaStride) {
60
uint8_t* cr =
crPlane
;
80
crPlane
+= chromaStride;
277
uint8_t*
crPlane
= img + static_cast<uint32_t>(height) * stride;
278
uint8_t* cbPlane =
crPlane
+ cStride * static_cast<uint32_t>(height) / 2;
281
crPlane
, cbPlane, chromaStep, stride, cStride);
/cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java
591
Image.Plane
crPlane
= planes[2];
599
ByteBuffer crBuf =
crPlane
.getBuffer();
600
int crPixStride =
crPlane
.getPixelStride();
601
int crRowStride =
crPlane
.getRowStride();
[
all
...]
Completed in 247 milliseconds