Searched refs:mappedBuffer (Results 1 – 4 of 4) sorted by relevance
100 void* mappedBuffer = nullptr; in setFrameData() local102 &mappedBuffer); in setFrameData()103 if (err != 0 || mappedBuffer == nullptr) { in setFrameData()113 memcpy(mappedBuffer, inputFrame.getFramePtr(), mDesc.stride * mDesc.height * bytesPerPixel); in setFrameData()116 memcpy((uint8_t*)mappedBuffer + mDesc.stride * y * bytesPerPixel, in setFrameData()
1484 OfflineBuffer mappedBuffer; in doReprocessOffline() local1523 mappedBuffer.index = meta_buf_index; in doReprocessOffline()1524 mappedBuffer.stream = pStream; in doReprocessOffline()1525 mappedBuffer.type = CAM_MAPPING_BUF_TYPE_OFFLINE_META_BUF; in doReprocessOffline()1526 mOfflineBuffers.push_back(mappedBuffer); in doReprocessOffline()1541 mappedBuffer.index = buf_index; in doReprocessOffline()1542 mappedBuffer.stream = pStream; in doReprocessOffline()1543 mappedBuffer.type = CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF; in doReprocessOffline()1544 mOfflineBuffers.push_back(mappedBuffer); in doReprocessOffline()
72 void* mappedBuffer = nullptr; variable74 &mappedBuffer);75 if (err != 0 || mappedBuffer == nullptr) {83 uint8_t* mappedRow = (uint8_t*)mappedBuffer + y * desc.stride * bytesPerPixel;
5183 OfflineBuffer mappedBuffer; in doReprocessOffline() local5292 mappedBuffer.index = buf_idx; in doReprocessOffline()5293 mappedBuffer.stream = pStream; in doReprocessOffline()5294 mappedBuffer.type = CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF; in doReprocessOffline()5295 mOfflineBuffers.push_back(mappedBuffer); in doReprocessOffline()5313 mappedBuffer.index = meta_buf_idx; in doReprocessOffline()5314 mappedBuffer.stream = pStream; in doReprocessOffline()5315 mappedBuffer.type = CAM_MAPPING_BUF_TYPE_OFFLINE_META_BUF; in doReprocessOffline()5316 mOfflineMetaBuffers.push_back(mappedBuffer); in doReprocessOffline()