Searched refs:DoMuxerVideo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | moving_photo_video_cache.cpp | 63 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 D | avcodec_task_manager.cpp | 202 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 D | moving_photo_video_cache.h | 51 …void DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, int32_t rotation, int…
|
H A D | avcodec_task_manager.h | 58 …void DoMuxerVideo(vector<sptr<FrameRecord>> frameRecords, uint64_t taskName, int32_t captureRotati…
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 2170 … int32_t captureId) { videoCache->DoMuxerVideo(frameRecords, timestamp, rotation, captureId); }, in OnDrainImageFinish()
|