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 - 9
of
9
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H
A
D
istream_capture.h
50
virtual int32_t SetMovingPhotoVideoCodecType(int32_t
videoCodecType
) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H
A
D
hstream_capture_proxy.h
52
int32_t SetMovingPhotoVideoCodecType(int32_t
videoCodecType
) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H
A
D
hstream_capture_proxy.cpp
225
int32_t HStreamCaptureProxy::SetMovingPhotoVideoCodecType(int32_t
videoCodecType
)
in SetMovingPhotoVideoCodecType()
argument
232
data.WriteInt32(
videoCodecType
);
in SetMovingPhotoVideoCodecType()
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hstream_capture.h
68
int32_t SetMovingPhotoVideoCodecType(int32_t
videoCodecType
) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hstream_capture.cpp
807
int32_t HStreamCapture::SetMovingPhotoVideoCodecType(int32_t
videoCodecType
)
in SetMovingPhotoVideoCodecType()
argument
809
MEDIA_INFO_LOG("HStreamCapture SetMovingPhotoVideoCodecType videoCodecType_: %{public}d",
videoCodecType
);
in SetMovingPhotoVideoCodecType()
810
videoCodecType_ =
videoCodecType
;
in SetMovingPhotoVideoCodecType()
H
A
D
hcapture_session.cpp
722
VideoCodecType
videoCodecType
= VIDEO_ENCODE_TYPE_AVC;
in ExpandMovingPhotoRepeatStream()
local
725
videoCodecType
= static_cast<VideoCodecType>(type);
in ExpandMovingPhotoRepeatStream()
728
MEDIA_INFO_LOG("HCameraService::ExpandMovingPhotoRepeatStream
videoCodecType
= %{public}d",
videoCodecType
);
in ExpandMovingPhotoRepeatStream()
761
taskManager_ = new AvcodecTaskManager(audioCapturerSession_,
videoCodecType
);
in ExpandMovingPhotoRepeatStream()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
photo_output.h
449
int32_t SetMovingPhotoVideoCodecType(int32_t
videoCodecType
);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
photo_output.cpp
890
int32_t PhotoOutput::SetMovingPhotoVideoCodecType(int32_t
videoCodecType
)
in SetMovingPhotoVideoCodecType()
argument
899
errCode = itemStream->SetMovingPhotoVideoCodecType(
videoCodecType
);
in SetMovingPhotoVideoCodecType()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
13096
int32_t
videoCodecType
= 0;
in HWTEST_F()
local
13097
intResult = ((sptr<PhotoOutput>&)photoOutput)->SetMovingPhotoVideoCodecType(
videoCodecType
);
in HWTEST_F()
Completed in 24 milliseconds