OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufWidth
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h
36
uint16_t
bufWidth
;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadManager.cpp
55
metadata->normalBuffer.
bufWidth
= p->width;
67
metadata->scalingBuffer.
bufWidth
= align_to(p->scaling_width, 32);
93
metadata->rotationBuffer.
bufWidth
= p->rotated_width;
/frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp
105
size_t
bufWidth
= mCropWidth;
116
bufWidth
= (mCropWidth + 1) & ~1;
123
bufWidth
= (mCropWidth + 1) & ~1;
131
bufWidth
= (mCropWidth + 1) & ~1;
167
bufWidth
,
180
crop.left, crop.top, crop.right, crop.bottom,
bufWidth
, bufHeight);
/hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp
415
int32_t
bufWidth
, int32_t bufHeight)
423
bufWidth
<= 0 || bufHeight <= 0) {
424
ETRACE(" Invalid parameter: %dx%d, %dx%d, %dx%d", width, height, offX, offY,
bufWidth
, bufHeight);
428
status_t ret = mMDSDecoderConfig->setDecoderOutputResolution(sessionID, width, height, offX, offY,
bufWidth
, bufHeight);
MultiDisplayObserver.h
78
int32_t
bufWidth
, int32_t bufHeight);
/frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp
150
int32_t
bufWidth
, // Width of the pixelBuffer
158
__FUNCTION__, anw.get(),
bufWidth
, bufHeight, pixelFmt, bufSize);
166
} else if (
bufWidth
< 0) {
177
size_t width = static_cast<size_t>(
bufWidth
);
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp
150
unsigned int
bufWidth
,
205
unsigned int
bufWidth
,
237
unsigned int
bufWidth
,
286
unsigned int
bufWidth
,
/external/mesa3d/src/mesa/swrast/
s_span.c
[
all
...]
/frameworks/native/services/surfaceflinger/
Layer.cpp
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp
[
all
...]
Completed in 307 milliseconds