Home
last modified time | relevance | path

Searched refs:input_index (Results 1 – 1 of 1) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1181 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); in setFwkInputPPData() local
1182 if(input_index < 0) { in setFwkInputPPData()
1189 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); in setFwkInputPPData()
1190 if (input_index < 0) { in setFwkInputPPData()
1195 mOfflineMemory.markFrameNumber(input_index, frameNumber); in setFwkInputPPData()
1199 src_frame->input_buffer, input_index); in setFwkInputPPData()