OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpegRotation
(Results
1 - 5
of
5
) sorted by null
/device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c
71
static uint32_t
jpegRotation
= 0;
287
if ((
jpegRotation
== 90) || (
jpegRotation
== 180)) {
431
if ((
jpegRotation
== 90) || (
jpegRotation
== 180)) {
484
if ((
jpegRotation
== 90) || (
jpegRotation
== 180)) {
542
if(
jpegRotation
)
587
CDBG(" Setting Jpeg Rotation mode to %d ",
jpegRotation
);
588
jpege_config.main_cfg.rotation_degree_clk =
jpegRotation
;
[
all
...]
mm_omx_jpeg_encoder.c
42
static int
jpegRotation
= 0;
251
if ((
jpegRotation
== 90) || (
jpegRotation
== 180)) {
383
switch (
jpegRotation
) {
405
ALOGV("%s
jpegRotation
= %d , orientation value =%d\n", __func__,
406
jpegRotation
, orientation);
652
rotType.nRotation =
jpegRotation
;
654
ALOGV("Set rotation to %d\n",
jpegRotation
);
777
jpegRotation
= rotation;
782
jpegRotation
= 0
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h
58
int32_t
jpegRotation
;
Parameters.cpp
291
jpegRotation
= 0;
293
jpegRotation
);
[
all
...]
/frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp
189
result.appendFormat(" Jpeg rotation: %d\n", p.
jpegRotation
);
[
all
...]
Completed in 156 milliseconds