Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp569 rkaiq_image_source_t thumbnailsSrc; in thumbnailsGroupMessageHandler() local
578 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()
H A DRkAiqCore.cpp2507 RkAiqCore::thumbnailsGroupAnalyze(rkaiq_image_source_t &thumbnailsSrc) in thumbnailsGroupAnalyze() argument
2509 uint32_t frameId = thumbnailsSrc.frame_id; in thumbnailsGroupAnalyze()
2512 mThumbnailsService->OnFrameEvent(thumbnailsSrc); in thumbnailsGroupAnalyze()
2514 thumbnailsSrc.image_source->unref(thumbnailsSrc.image_source); in thumbnailsGroupAnalyze()
H A DRkAiqCore.h644 XCamReturn thumbnailsGroupAnalyze(rkaiq_image_source_t &thumbnailsSrc);