Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp34 VideoEncoder::VideoEncoder(VideoCodecType type) : videoCodecType_(type) in VideoEncoder()
184 MEDIA_INFO_LOG("VideoEncoder videoCodecType_ = %{public}d", videoCodecType_); in RestartVideoCodec()
185 if (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_AVC) { in RestartVideoCodec()
187 } else if (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_HEVC) { in RestartVideoCodec()
336 bitrate_ = (videoCodecType_ == VideoCodecType::VIDEO_ENCODE_TYPE_AVC in Configure()
339 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()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dvideo_encoder.h60 VideoCodecType videoCodecType_ = VIDEO_ENCODE_TYPE_AVC; variable
H A Davcodec_task_manager.h92 VideoCodecType videoCodecType_ = VideoCodecType::VIDEO_ENCODE_TYPE_AVC; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h113 int32_t videoCodecType_ = 0; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp828 …FO_LOG("HStreamCapture GetMovingPhotoVideoCodecType videoCodecType_: %{public}d", videoCodecType_); in GetMovingPhotoVideoCodecType()
829 return videoCodecType_; in GetMovingPhotoVideoCodecType()
835 videoCodecType_ = videoCodecType; in SetMovingPhotoVideoCodecType()