OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MM_JPEG_MAX_MPO_IMAGES
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_mpo.h
42
extern int get_mpo_size(mm_jpeg_output_t jpeg_buffer[
MM_JPEG_MAX_MPO_IMAGES
],
/hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h
44
#define
MM_JPEG_MAX_MPO_IMAGES
2
324
mm_jpeg_output_t aux_images[
MM_JPEG_MAX_MPO_IMAGES
- 1];
376
int (*get_mpo_size)(mm_jpeg_output_t jpeg_buffer[
MM_JPEG_MAX_MPO_IMAGES
],
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c
299
if (mpo_info->num_of_images >
MM_JPEG_MAX_MPO_IMAGES
) {
Completed in 34 milliseconds