Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:videoCodecType_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
video_encoder.cpp
43
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
D
avcodec_task_manager.cpp
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()
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H
A
D
video_encoder.h
61
VideoCodecType
videoCodecType_
= VIDEO_ENCODE_TYPE_AVC;
member in OHOS::CameraStandard::VideoEncoder
H
A
D
avcodec_task_manager.h
82
VideoCodecType
videoCodecType_
= VideoCodecType::VIDEO_ENCODE_TYPE_AVC;
member in OHOS::CameraStandard::AvcodecTaskManager
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hstream_capture.h
110
int32_t
videoCodecType_
= 0;
member in OHOS::CameraStandard::HStreamCapture
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_capture.cpp
803
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