OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_SECTION_COUNT
(Results
1 - 7
of
7
) sorted by null
/system/media/camera/docs/
camera_metadata_tag_info.mako
34
const char *camera_metadata_section_names[
ANDROID_SECTION_COUNT
] = {
40
unsigned int camera_metadata_section_bounds[
ANDROID_SECTION_COUNT
][2] = {
58
tag_info_t *tag_info[
ANDROID_SECTION_COUNT
] = {
camera_metadata_tags.mako
35
* New sections must be added right before
ANDROID_SECTION_COUNT
to maintain
42
ANDROID_SECTION_COUNT
,
/system/media/camera/include/system/
camera_metadata.h
43
extern unsigned int camera_metadata_section_bounds[
ANDROID_SECTION_COUNT
][2];
45
extern const char *camera_metadata_section_names[
ANDROID_SECTION_COUNT
];
camera_metadata_tags.h
34
* New sections must be added right before
ANDROID_SECTION_COUNT
to maintain
62
ANDROID_SECTION_COUNT
,
/system/media/camera/src/
camera_metadata.c
771
if (tag_section >=
ANDROID_SECTION_COUNT
) {
784
if (tag_section >=
ANDROID_SECTION_COUNT
||
799
if (tag_section >=
ANDROID_SECTION_COUNT
||
[
all
...]
camera_metadata_tag_info.c
33
const char *camera_metadata_section_names[
ANDROID_SECTION_COUNT
] = {
60
unsigned int camera_metadata_section_bounds[
ANDROID_SECTION_COUNT
][2] = {
526
tag_info_t *tag_info[
ANDROID_SECTION_COUNT
] = {
[
all
...]
/system/media/camera/tests/
camera_metadata_tests.cpp
823
for (int i = 0; i <
ANDROID_SECTION_COUNT
; i++) {
845
for (int i = 0; i <
ANDROID_SECTION_COUNT
; i++) {
[
all
...]
Completed in 49 milliseconds