Loading apps/decoder.c +0 −2 Original line number Diff line number Diff line Loading @@ -1984,7 +1984,6 @@ static ivas_error decodeVoIP( #ifdef JBM_TSM_ON_TCS uint32_t systemTimeInc_ms = (uint32_t) JBM_FRONTEND_FETCH_FRAMESIZE_MS; int32_t nFramesWritten = 0; int32_t nFrontendFramesPerIvasFrame = 0; #endif int32_t nFramesFed = 0; Loading Loading @@ -2123,7 +2122,6 @@ static ivas_error decodeVoIP( #ifdef JBM_TSM_ON_TCS #ifdef DEBUG_JBM_CMD_OPTION nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000000L * arg.frontendFetchSizeMs ); systemTimeInc_ms = arg.frontendFetchSizeMs; #else nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000L * JBM_FRONTEND_FETCH_FRAMESIZE_MS ); Loading Loading
apps/decoder.c +0 −2 Original line number Diff line number Diff line Loading @@ -1984,7 +1984,6 @@ static ivas_error decodeVoIP( #ifdef JBM_TSM_ON_TCS uint32_t systemTimeInc_ms = (uint32_t) JBM_FRONTEND_FETCH_FRAMESIZE_MS; int32_t nFramesWritten = 0; int32_t nFrontendFramesPerIvasFrame = 0; #endif int32_t nFramesFed = 0; Loading Loading @@ -2123,7 +2122,6 @@ static ivas_error decodeVoIP( #ifdef JBM_TSM_ON_TCS #ifdef DEBUG_JBM_CMD_OPTION nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000000L * arg.frontendFetchSizeMs ); systemTimeInc_ms = arg.frontendFetchSizeMs; #else nFrontendFramesPerIvasFrame = FRAME_SIZE_NS / ( 1000L * JBM_FRONTEND_FETCH_FRAMESIZE_MS ); Loading