Home
last modified time | relevance | path

Searched refs:videoCodecType_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp43 VideoEncoder::VideoEncoder(VideoCodecType type) : videoCodecType_(type) in VideoEncoder()
195 MEDIA_INFO_LOG("VideoEncoder videoCodecType_ = %{public}d", videoCodecType_); in RestartVideoCodec()
196 if (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_AVC) { in RestartVideoCodec()
198 } else if (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_HEVC) { in RestartVideoCodec()
342 bitrate_ = (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_AVC in Configure()
345 size_->width, size_->height, videoCodecType_, bitrate_); in Configure()
H A Davcodec_task_manager.cpp57 VideoCodecType type) : videoCodecType_(type) in AvcodecTaskManager()
158 MEDIA_INFO_LOG("CreateAVMuxer videoCodecType_ = %{public}d", videoCodecType_); in CreateAVMuxer()
159 formatVideo->PutStringValue(MediaDescriptionKey::MD_KEY_CODEC_MIME, videoCodecType_ in CreateAVMuxer()
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dvideo_encoder.h61 VideoCodecType videoCodecType_ = VIDEO_ENCODE_TYPE_AVC; member in OHOS::CameraStandard::VideoEncoder
H A Davcodec_task_manager.h82 VideoCodecType videoCodecType_ = VideoCodecType::VIDEO_ENCODE_TYPE_AVC; member in OHOS::CameraStandard::AvcodecTaskManager
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h110 int32_t videoCodecType_ = 0; member in OHOS::CameraStandard::HStreamCapture
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp803 MEDIA_INFO_LOG("HStreamCapture GetMovingPhotoVideoCodecType videoCodecType_: %{public}d", videoCodecType_); in GetMovingPhotoVideoCodecType()
804 return videoCodecType_; in GetMovingPhotoVideoCodecType()
809 MEDIA_INFO_LOG("HStreamCapture SetMovingPhotoVideoCodecType videoCodecType_: %{public}d", videoCodecType); in SetMovingPhotoVideoCodecType()
810 videoCodecType_ = videoCodecType; in SetMovingPhotoVideoCodecType()

Completed in 4 milliseconds