Home
last modified time | relevance | path

Searched refs:str_map (Results 1 – 2 of 2) sorted by relevance

/device/google/marlin/camera/usbcamcore/src/
DQCameraUsbParm.cpp88 static const str_map preview_formats[] = {
114 static const str_map frame_rate_modes[] = {
119 static const str_map picture_formats[] = {
143 static const str_map recording_Hints[] = {
150 static String8 create_values_str(const str_map *values, int len);
208 picture_formats, sizeof(picture_formats) / sizeof(str_map)); in usbCamInitDefaultParameters()
237 preview_formats, sizeof(preview_formats) / sizeof(str_map)); in usbCamInitDefaultParameters()
403 static String8 create_values_str(const str_map *values, int len) { in create_values_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_compile.py372 class str_map(object): class
383 d = str_map()