Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp580 path.append(std::to_string(source.image_source->info.width)); in OnFrameEvent()
581 path.append(std::to_string(source.image_source->info.height)); in OnFrameEvent()
584 char* ptr = reinterpret_cast<char*>(source.image_source->map(source.image_source)); in OnFrameEvent()
585 size_t size = source.image_source->info.size; in OnFrameEvent()
590 if (RefCountedVideoBuffer::IsValid(source.image_source)) { in OnFrameEvent()
591 …LOGD_ANALYZER(">>>>>> source type %d , w %d h %d", source.src_type, source.image_source->info.widt… in OnFrameEvent()
592 source.image_source->info.height); in OnFrameEvent()
593 auto src = std::make_shared<RefCountedVideoBuffer>(source.image_source); in OnFrameEvent()
H A Dthumbnails.h112 XCamVideoBuffer* image_source; member
H A DRkAiqAnalyzeGroupManager.cpp580 thumbnailsSrc.image_source = sp; in thumbnailsGroupMessageHandler()
587 thumbnailsSrc.image_source = nrImg; in thumbnailsGroupMessageHandler()
H A DRkAiqCore.cpp2514 thumbnailsSrc.image_source->unref(thumbnailsSrc.image_source); in thumbnailsGroupAnalyze()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro297 src/mbgl/style/sources/image_source.cpp \