OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CEILING16
(Results
1 - 14
of
14
) sorted by null
/device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c
208
plane[0] = PAD_TO_WORD(width *
CEILING16
(height));
209
plane[1] = PAD_TO_WORD(width *
CEILING16
(height)/2);
221
plane[0] = PAD_TO_2K(
CEILING16
(width) * height);
222
plane[1] = PAD_TO_2K(
CEILING16
(width/2) * height/2);
223
plane[2] = PAD_TO_2K(
CEILING16
(width/2) * height/2);
240
local_height =
CEILING16
(height);
mm_jpeg_encoder.c
284
uint32_t padded_size = width *
CEILING16
(height);
292
planes[0] = width *
CEILING16
(height);
293
planes[1] = width *
CEILING16
(height)/2;
296
*p_cbcr_offset = PAD_TO_WORD(width*
CEILING16
(height));
298
planes[0] = PAD_TO_WORD(width*
CEILING16
(height));
299
planes[1] = PAD_TO_WORD(width*
CEILING16
(height)/2);
392
tn_img_info.p_fragments[0].height =
CEILING16
(dimension->thumbnail_height);
413
CEILING16
(dimension->thumbnail_height);
448
main_img_info.p_fragments[0].height =
CEILING16
(main_img_info.height);
463
cbcroffset = PAD_TO_WORD(main_img_info.width *
CEILING16
(main_img_info.height))
[
all
...]
mm_omx_jpeg_encoder.c
247
uint32_t padded_size = width *
CEILING16
(height);
256
planes[0] = width *
CEILING16
(height);
257
planes[1] = width *
CEILING16
(height)/2;
262
planes[0] = PAD_TO_WORD(width*
CEILING16
(height));
263
planes[1] = PAD_TO_WORD(width*
CEILING16
(height)/2);
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c
208
plane[0] = PAD_TO_WORD(width *
CEILING16
(height));
209
plane[1] = PAD_TO_WORD(width *
CEILING16
(height)/2);
222
local_height =
CEILING16
(height);
mm_camera_stream.c
[
all
...]
/device/lge/mako/camera/inc/
omx_jpeg_common.h
38
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
/device/asus/flo/camera/QCamera2/stack/common/
cam_types.h
42
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
[
all
...]
/device/asus/flo/camera/
QCamera_Intf.h
43
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
/hardware/qcom/camera/QCamera2/stack/common/
cam_types.h
42
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
[
all
...]
/hardware/qcom/camera/
QCamera_Intf.h
43
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
/device/lge/mako/camera/
QualcommCameraHardware.cpp
[
all
...]
QCamera_Intf.h
44
#define
CEILING16
(X) (((X) + 0x000F) & 0xFFF0)
[
all
...]
QCameraHWI_Parm.cpp
531
if( (width ==
CEILING16
(width)) && (height ==
CEILING16
(height))
[
all
...]
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
532
if( (width ==
CEILING16
(width)) && (height ==
CEILING16
(height))
[
all
...]
Completed in 62 milliseconds