Loading mm-audio/aenc-aac/qdsp6/test/omx_aac_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -278,12 +278,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -322,8 +316,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading mm-audio/aenc-evrc/qdsp6/test/omx_evrc_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -291,12 +291,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -335,8 +329,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading mm-audio/aenc-qcelp13/qdsp6/test/omx_qcelp13_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -290,12 +290,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -334,8 +328,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading Loading
mm-audio/aenc-aac/qdsp6/test/omx_aac_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -278,12 +278,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -322,8 +316,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading
mm-audio/aenc-evrc/qdsp6/test/omx_evrc_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -291,12 +291,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -335,8 +329,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading
mm-audio/aenc-qcelp13/qdsp6/test/omx_qcelp13_enc_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -290,12 +290,6 @@ int get_input_and_validate(char *input, datatype type) status = -1; goto exit; } ptr = (char *)malloc(strlen(input) + 1); if (ptr == NULL) { DEBUG_PRINT("Low memory\n"); status = -1; goto exit; } /* Check for negative input */ if (*input == '-') { DEBUG_PRINT("Negative Number is not allowed\n"); Loading Loading @@ -334,8 +328,6 @@ int get_input_and_validate(char *input, datatype type) break; } exit: if (ptr != NULL) free(ptr); if (status != 0) exit(0); return value; Loading