HomeSort by relevance Sort by last modified time
    Searched defs:jpegRotation (Results 1 - 3 of 3) 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 61 int32_t jpegRotation;

Completed in 112 milliseconds