OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:camera_metadata_section_bounds
(Results
1 - 5
of
5
) sorted by null
/system/media/camera/include/system/
camera_metadata.h
43
extern unsigned int
camera_metadata_section_bounds
[ANDROID_SECTION_COUNT][2];
/system/media/camera/docs/
camera_metadata_tag_info.mako
40
unsigned int
camera_metadata_section_bounds
[ANDROID_SECTION_COUNT][2] = {
/system/media/camera/src/
camera_metadata.c
785
tag >=
camera_metadata_section_bounds
[tag_section][1] ) {
800
tag >=
camera_metadata_section_bounds
[tag_section][1] ) {
[
all
...]
camera_metadata_tag_info.c
60
unsigned int
camera_metadata_section_bounds
[ANDROID_SECTION_COUNT][2] = {
variable
[
all
...]
/system/media/camera/tests/
camera_metadata_tests.cpp
824
total_tag_count +=
camera_metadata_section_bounds
[i][1] -
825
camera_metadata_section_bounds
[i][0];
846
for (uint32_t tag =
camera_metadata_section_bounds
[i][0];
847
tag <
camera_metadata_section_bounds
[i][1];
[
all
...]
Completed in 108 milliseconds