Home | History | Annotate | Download | only in HAL3

Lines Matching refs:input_index

744         int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
745 if(input_index < 0) {
752 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
753 if (input_index < 0) {
768 src_frame->input_buffer, input_index);
2461 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
2462 if(input_index < 0) {
2470 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
2471 if (input_index < 0) {
2486 src_frame->input_buffer, (uint32_t)input_index);