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 - 8
of
8
) 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
47
* New sections must be added right before
ANDROID_SECTION_COUNT
to maintain
54
ANDROID_SECTION_COUNT
,
/system/media/camera/include/system/
camera_metadata.h
44
extern unsigned int camera_metadata_section_bounds[
ANDROID_SECTION_COUNT
][2];
46
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
64
ANDROID_SECTION_COUNT
,
[
all
...]
/frameworks/av/camera/
CameraMetadata.cpp
716
size_t totalSectionCount =
ANDROID_SECTION_COUNT
+ vendorSectionCount;
719
const char *str = (i <
ANDROID_SECTION_COUNT
) ? camera_metadata_section_names[i] :
720
(*vendorSections)[i -
ANDROID_SECTION_COUNT
].string();
757
if (sectionIndex <
ANDROID_SECTION_COUNT
) {
/system/media/camera/src/
camera_metadata.c
829
if (tag_section >=
ANDROID_SECTION_COUNT
) {
842
if (tag_section >=
ANDROID_SECTION_COUNT
||
857
if (tag_section >=
ANDROID_SECTION_COUNT
||
[
all
...]
camera_metadata_tag_info.c
33
const char *camera_metadata_section_names[
ANDROID_SECTION_COUNT
] = {
62
unsigned int camera_metadata_section_bounds[
ANDROID_SECTION_COUNT
][2] = {
[
all
...]
/system/media/camera/tests/
camera_metadata_tests.cpp
876
for (int i = 0; i <
ANDROID_SECTION_COUNT
; i++) {
898
for (int i = 0; i <
ANDROID_SECTION_COUNT
; i++) {
[
all
...]
Completed in 4103 milliseconds