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 - 6
of
6
) 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] = {
/frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp
522
tagBegin =
camera_metadata_section_bounds
[sectionIndex][0];
523
tagEnd =
camera_metadata_section_bounds
[sectionIndex][1];
/system/media/camera/src/
camera_metadata.c
787
tag >=
camera_metadata_section_bounds
[tag_section][1] ) {
802
tag >=
camera_metadata_section_bounds
[tag_section][1] ) {
[
all
...]
camera_metadata_tag_info.c
61
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 65 milliseconds