OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preview_formats
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/camera/
EmulatedCamera.cpp
87
char
preview_formats
[1024];
local
88
snprintf(
preview_formats
, sizeof(
preview_formats
), "%s,%s,%s",
112
preview_formats
);
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraUsbParm.cpp
88
static const str_map
preview_formats
[] = {
member in namespace:android
237
preview_formats
, sizeof(
preview_formats
) / sizeof(str_map));
/hardware/qcom/camera/usbcamcore/src/
QCameraUsbParm.cpp
88
static const str_map
preview_formats
[] = {
member in namespace:android
237
preview_formats
, sizeof(
preview_formats
) / sizeof(str_map));
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
352
static const str_map
preview_formats
[] = {
member in namespace:android
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp
1452
const char *
preview_formats
= mParams.get(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS);
local
[
all
...]
Completed in 116 milliseconds