OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmb_width
(Results
1 - 2
of
2
) sorted by null
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c
80
int
tmb_width
;
member in struct:__anon2561
436
p_job_params->thumb_dim.dst_dim.width = p_input->
tmb_width
;
602
p_test->
tmb_width
= atoi(optarg);
603
fprintf(stderr, "%-25s%d\n", "Tmb Width: ", p_test->
tmb_width
);
683
fprintf(stderr, " -x
TMB_WIDTH
\t\tThumbnail width\n");
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c
80
int
tmb_width
;
member in struct:__anon49377
442
p_job_params->thumb_dim.dst_dim.width = p_input->
tmb_width
;
608
p_test->
tmb_width
= atoi(optarg);
609
fprintf(stderr, "%-25s%d\n", "Tmb Width: ", p_test->
tmb_width
);
689
fprintf(stderr, " -x
TMB_WIDTH
\t\tThumbnail width\n");
Completed in 1454 milliseconds