Searched refs:thumbnailsSrc (Results 1 – 3 of 3) sorted by relevance
569 rkaiq_image_source_t thumbnailsSrc; in thumbnailsGroupMessageHandler() local578 thumbnailsSrc.frame_id = vdBufMsg->frame_id; in thumbnailsGroupMessageHandler()579 thumbnailsSrc.src_type = RKISP20_STREAM_SP; in thumbnailsGroupMessageHandler()580 thumbnailsSrc.image_source = sp; in thumbnailsGroupMessageHandler()585 thumbnailsSrc.frame_id = vdBufMsg->frame_id; in thumbnailsGroupMessageHandler()586 thumbnailsSrc.src_type = RKISP20_STREAM_NR; in thumbnailsGroupMessageHandler()587 thumbnailsSrc.image_source = nrImg; in thumbnailsGroupMessageHandler()590 mAiqCore->thumbnailsGroupAnalyze(thumbnailsSrc); in thumbnailsGroupMessageHandler()
2507 RkAiqCore::thumbnailsGroupAnalyze(rkaiq_image_source_t &thumbnailsSrc) in thumbnailsGroupAnalyze() argument2509 uint32_t frameId = thumbnailsSrc.frame_id; in thumbnailsGroupAnalyze()2512 mThumbnailsService->OnFrameEvent(thumbnailsSrc); in thumbnailsGroupAnalyze()2514 thumbnailsSrc.image_source->unref(thumbnailsSrc.image_source); in thumbnailsGroupAnalyze()
644 XCamReturn thumbnailsGroupAnalyze(rkaiq_image_source_t &thumbnailsSrc);