Commit 50dbeb9f authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

clang-format

parent 06f38ed8
Loading
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -2343,7 +2343,8 @@ static ivas_error decodeG192(

            if ( ( error = IVAS_DEC_FeedHeadTrackData( hIvasDec, Quaternion, Pos
#ifdef SPLIT_REND_WITH_HEAD_ROT
    ,DEFAULT_AXIS
                                                       ,
                                                       DEFAULT_AXIS
#endif
                                                       ) ) != IVAS_ERR_OK )
            {
+9 −10
Original line number Diff line number Diff line
@@ -58,14 +58,14 @@ static ivas_error combine_external_and_head_orientations(
    int16_t numHeadRotQuaternions,
#endif
    EXTERNAL_ORIENTATION_HANDLE hExtOrientationData,
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData
);
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData );

static void external_target_interpolation(
    EXTERNAL_ORIENTATION_HANDLE hExtOrientationData,
    COMBINED_ORIENTATION_HANDLE hCombinedOrientationData
#ifndef API_5MS
    ,const int16_t i
    ,
    const int16_t i
#endif
);

@@ -1066,8 +1066,7 @@ ivas_error combine_external_and_head_orientations_dec(
        numHeadRotQuaternions,
#endif
        hExtOrientationData,
        hCombinedOrientationData
    );
        hCombinedOrientationData );
}


+2 −2

File changed.

Contains only whitespace changes.

+120 −120

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

+15 −15

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading