Searched refs:videoCodecType_ (Results 1 – 6 of 6) sorted by relevance
34 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()
57 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()
60 VideoCodecType videoCodecType_ = VIDEO_ENCODE_TYPE_AVC; variable
92 VideoCodecType videoCodecType_ = VideoCodecType::VIDEO_ENCODE_TYPE_AVC; variable
113 int32_t videoCodecType_ = 0; variable
828 …FO_LOG("HStreamCapture GetMovingPhotoVideoCodecType videoCodecType_: %{public}d", videoCodecType_); in GetMovingPhotoVideoCodecType()829 return videoCodecType_; in GetMovingPhotoVideoCodecType()835 videoCodecType_ = videoCodecType; in SetMovingPhotoVideoCodecType()