Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dmoving_photo_video_cache.cpp63 void MovingPhotoVideoCache::DoMuxerVideo(std::vector<sptr<FrameRecord>> frameRecords, uint64_t task… in DoMuxerVideo() function in OHOS::CameraStandard::MovingPhotoVideoCache
74 taskManager_->DoMuxerVideo(frameRecords, taskName, rotation, captureId); in DoMuxerVideo()
H A Davcodec_task_manager.cpp202 void AvcodecTaskManager::DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, in DoMuxerVideo() function in OHOS::CameraStandard::AvcodecTaskManager
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dmoving_photo_video_cache.h51 …void DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, int32_t rotation, int…
H A Davcodec_task_manager.h58 …void DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, int32_t captureRotati…
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2170 … int32_t captureId) { videoCache->DoMuxerVideo(frameRecords, timestamp, rotation, captureId); }, in OnDrainImageFinish()