[ITC][Non-ACR][camera][removed INVZ format as mentioned in comment] 52/224252/1
authormanoj <manoj.g2@samsung.com>
Fri, 7 Feb 2020 07:32:28 +0000 (13:02 +0530)
committermanoj <manoj.g2@samsung.com>
Fri, 7 Feb 2020 07:32:28 +0000 (13:02 +0530)
Change-Id: I300d5c391c3e8d2d0a42365ff3dd115b995b0565
Signed-off-by: manoj <manoj.g2@samsung.com>
src/itc/camera/ITs-camera-attribute.c

index 8b6e95d95673ff6bc9d8aad7169b90e1ae6fb04e..65d8bbfa5207e2456a6dbbe5281261f960b09cf2 100755 (executable)
@@ -2236,7 +2236,7 @@ int ITc_camera_attr_set_get_encoded_preview_bitrate_p(void)
 {
        START_TEST;
        int nGetVal;
-       camera_pixel_format_e eSetFormat[] = {CAMERA_PIXEL_FORMAT_H264, CAMERA_PIXEL_FORMAT_INVZ, CAMERA_PIXEL_FORMAT_MJPEG};
+       camera_pixel_format_e eSetFormat[] = {CAMERA_PIXEL_FORMAT_H264, CAMERA_PIXEL_FORMAT_MJPEG};
        int nEnumSize = sizeof(eSetFormat) / sizeof(eSetFormat[0]);
        int enum_counter = 0;
        bool l_bFeatureSupported = false;
@@ -2301,7 +2301,7 @@ int ITc_camera_attr_set_get_encoded_preview_gop_interval_p(void)
        START_TEST;
 
        int nGetVal;
-       camera_pixel_format_e eSetFormat[] = {CAMERA_PIXEL_FORMAT_H264, CAMERA_PIXEL_FORMAT_INVZ, CAMERA_PIXEL_FORMAT_MJPEG};
+       camera_pixel_format_e eSetFormat[] = {CAMERA_PIXEL_FORMAT_H264, CAMERA_PIXEL_FORMAT_MJPEG};
        int nEnumSize = sizeof(eSetFormat) / sizeof(eSetFormat[0]);
        int enum_counter=0;
        bool l_bFeatureSupported = false;