OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumb_dim
(Results
1 - 12
of
12
) sorted by null
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c
244
p_job_params->
thumb_dim
.src_dim.width = p_obj->width;
245
p_job_params->
thumb_dim
.src_dim.height = p_obj->height;
246
p_job_params->
thumb_dim
.dst_dim.width = 512;
247
p_job_params->
thumb_dim
.dst_dim.height = 384;
248
p_job_params->
thumb_dim
.crop.top = 0;
249
p_job_params->
thumb_dim
.crop.left = 0;
250
p_job_params->
thumb_dim
.crop.width = p_obj->width;
251
p_job_params->
thumb_dim
.crop.height = p_obj->height;
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c
244
p_job_params->
thumb_dim
.src_dim.width = p_obj->width;
245
p_job_params->
thumb_dim
.src_dim.height = p_obj->height;
246
p_job_params->
thumb_dim
.dst_dim.width = 512;
247
p_job_params->
thumb_dim
.dst_dim.height = 384;
248
p_job_params->
thumb_dim
.crop.top = 0;
249
p_job_params->
thumb_dim
.crop.left = 0;
250
p_job_params->
thumb_dim
.crop.width = p_obj->width;
251
p_job_params->
thumb_dim
.crop.height = p_obj->height;
/device/asus/flo/camera/QCamera2/stack/common/
mm_jpeg_interface.h
138
mm_jpeg_dim_t
thumb_dim
;
member in struct:__anon1762
/hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h
142
mm_jpeg_dim_t
thumb_dim
;
member in struct:__anon31390
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c
107
job.encode_job.
thumb_dim
.src_dim = m_stream->s_config.stream_info->dim;
108
job.encode_job.
thumb_dim
.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
109
job.encode_job.
thumb_dim
.dst_dim.height = DEFAULT_PREVIEW_HEIGHT;
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c
107
job.encode_job.
thumb_dim
.src_dim = m_stream->s_config.stream_info->dim;
108
job.encode_job.
thumb_dim
.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
109
job.encode_job.
thumb_dim
.dst_dim.height = DEFAULT_PREVIEW_HEIGHT;
/device/asus/flo/camera/QCamera2/HAL/
QCameraPostProc.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraPostProc.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
728
p_jobparams->
thumb_dim
.src_dim.width;
730
p_jobparams->
thumb_dim
.src_dim.height;
801
mm_jpeg_dim_t *p_thumb_dim = &p_jobparams->
thumb_dim
;
[
all
...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c
729
p_jobparams->
thumb_dim
.src_dim.width;
731
p_jobparams->
thumb_dim
.src_dim.height;
801
mm_jpeg_dim_t *p_thumb_dim = &p_jobparams->
thumb_dim
;
[
all
...]
Completed in 511 milliseconds