HomeSort by relevance Sort by last modified time
    Searched refs:number_of_adec_nt_session (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/msm8996/mm-core/src/common/
qc_omx_core.c 55 static int number_of_adec_nt_session; variable
493 (number_of_adec_nt_session+1 > MAX_AUDIO_NT_SESSION)) {
540 number_of_adec_nt_session++;
541 DEBUG_PRINT("OMX_GetHandle: number_of_adec_nt_session : %d\n",
542 number_of_adec_nt_session);
619 if(number_of_adec_nt_session>0)
620 number_of_adec_nt_session--;
621 DEBUG_PRINT_ERROR("OMX_FreeHandle: reduced number_of_adec_nt_session %d\n",
622 number_of_adec_nt_session);
  /hardware/qcom/media/msm8998/mm-core/src/common/
qc_omx_core.c 55 static int number_of_adec_nt_session; variable
494 (number_of_adec_nt_session+1 > MAX_AUDIO_NT_SESSION)) {
542 number_of_adec_nt_session++;
543 DEBUG_PRINT("OMX_GetHandle: number_of_adec_nt_session : %d\n",
544 number_of_adec_nt_session);
621 if(number_of_adec_nt_session>0)
622 number_of_adec_nt_session--;
623 DEBUG_PRINT_ERROR("OMX_FreeHandle: reduced number_of_adec_nt_session %d\n",
624 number_of_adec_nt_session);

Completed in 441 milliseconds