OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previewFormat
(Results
1 - 25
of
26
) sorted by null
1
2
/frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp
99
int32_t callbackFormat = params.
previewFormat
;
105
(params.
previewFormat
== HAL_PIXEL_FORMAT_YCrCb_420_SP ||
106
params.
previewFormat
== HAL_PIXEL_FORMAT_YV12) ) {
155
callbackFormat, params.
previewFormat
);
267
int32_t
previewFormat
= 0;
327
previewFormat
= l.mParameters.
previewFormat
;
329
(
previewFormat
== HAL_PIXEL_FORMAT_YCrCb_420_SP ||
330
previewFormat
== HAL_PIXEL_FORMAT_YV12);
333
HAL_PIXEL_FORMAT_YCbCr_420_888 :
previewFormat
;
[
all
...]
CallbackProcessor.h
87
status_t convertFromFlexibleYuv(int32_t
previewFormat
,
Parameters.h
52
int
previewFormat
;
Parameters.cpp
153
previewFormat
= HAL_PIXEL_FORMAT_YCrCb_420_SP;
155
formatEnumToString(
previewFormat
)); // NV21
[
all
...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java
22
private int
previewFormat
= ImageFormat.NV21;
37
return
previewFormat
;
117
previewFormat
= pixel_format;
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
82
int
previewFormat
= 0;
1076
pixelformat[
previewFormat
].pixelFormatDesc) < 0 ) {
1164
previewFormat
= 1;
1189
params.setPreviewFormat(pixelformat[
previewFormat
].pixformat);
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
107
int
previewFormat
= 0;
[
all
...]
/hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp
[
all
...]
CameraHal.cpp
372
CAMHAL_LOGDB("
PreviewFormat
set %s", valstr);
[
all
...]
/hardware/ti/omap4-aah/camera/inc/
CameraHal.h
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java
370
for (int
previewFormat
: mPreviewFormats) {
373
+ ", " + mPreviewFormatNames.get(
previewFormat
)
/hardware/ti/omap4xxx/camera/inc/
CameraHal.h
[
all
...]
/hardware/ti/omap4xxx/camera/
CameraHal.cpp
266
CAMHAL_LOGDB("
PreviewFormat
%s", params.getPreviewFormat());
[
all
...]
/pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java
[
all
...]
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp
168
p.
previewFormat
);
[
all
...]
/device/huawei/angler/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/device/lge/bullhead/camera/QCamera2/HAL/
QCameraParameters.cpp
[
all
...]
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
Completed in 725 milliseconds
1
2