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
defs:frameRate
(Results
1 - 25
of
85
) sorted by relevance
1
2
3
4
/foundation/graphic/graphic_surface/sync_fence/test/unittest/
H
A
D
sync_fence_tracker_test.cpp
95
int32_t
frameRate
= tracker->GetFrameRate();
in HWTEST_F()
local
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
H
A
D
video_encoder_filter.h
75
uint32_t
frameRate
;
member
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H
A
D
image_common_type.cpp
30
void VideoConfigParams::SetFrameRate(int32_t
frameRate
)
in SetFrameRate()
argument
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
boot_picture_player_test.cpp
64
int32_t
frameRate
= 0;
in HWTEST_F()
local
77
int32_t
frameRate
= 30;
in HWTEST_F()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
codec_port.cpp
50
uint32_t
frameRate
;
in Config()
local
/foundation/multimedia/av_codec/test/unittest/codeclist_test/coverage_unit_test/
H
A
D
codeclist_core_coverage_unit_test.cpp
210
constexpr double
frameRate
= 60.0;
in HWTEST_F()
local
223
constexpr double
frameRate
= 1000.0;
in HWTEST_F()
local
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H
A
D
avmuxer_demo_common.h
35
double
frameRate
;
member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H
A
D
codec_capability.h
67
CodecRange
frameRate
;
member in OHOS::Media::EncoderCapabilityData
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H
A
D
fps_controller_process_test.cpp
100
int32_t
frameRate
= 50;
in HWTEST_F()
local
H
A
D
encode_data_process_test.cpp
74
int32_t
frameRate
= 50;
in HWTEST_F()
local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_render_display_sync.cpp
94
int32_t
frameRate
= round(1.0 / (static_cast<double>(currentPeriod_) / NS_TO_S));
in OnFrameSkip()
local
122
int32_t RSRenderDisplaySync::CalcSkipRateCount(int32_t
frameRate
)
in CalcSkipRateCount()
argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderdisplaysync_fuzzer/
H
A
D
rsrenderdisplaysync_fuzzer.cpp
175
int32_t
frameRate
= GetData<int32_t>();
in DoCalcSkipRateCount()
local
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H
A
D
ffmpeg_vid_enc_config.cpp
72
uint32_t
frameRate
= 0;
in SetVideoFrameRateAndTimeBase()
local
73
ASSIGN_IF_NOT_NULL(FindTagInMap<uint32_t>(Tag::VIDEO_FRAME_RATE, tagStore),
frameRate
);
in SetVideoFrameRateAndTimeBase()
local
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H
A
D
codeclist_inner_mock.cpp
202
bool CodecListInnerMock::AreVideoSizeAndFrameRateSupported(int32_t width, int32_t height, int32_t
frameRate
)
in AreVideoSizeAndFrameRateSupported()
argument
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_track_meta.cpp
104
uint32_t
frameRate
= 0;
in ConvertCommonVideoTrackToMetaInfo()
local
/foundation/multimedia/av_codec/test/fuzztest/audiomuxer_fuzzer/
H
A
D
audio_muxer_demo.h
52
double
frameRate
;
member
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
preview_output_impl.cpp
145
std::vector<std::vector<int32_t>>
frameRate
= innerPreviewOutput_->GetSupportedFrameRates();
in GetSupportedFrameRates()
local
H
A
D
video_output_impl.cpp
153
std::vector<std::vector<int32_t>>
frameRate
= innerVideoOutput_->GetSupportedFrameRates();
in GetSupportedFrameRates()
local
/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H
A
D
recorder_source.h
50
int32_t
frameRate
= 0;
member
/foundation/multimedia/player_framework/test/fuzztest/common/
H
A
D
aw_common.h
59
int32_t
frameRate
= 30;
member
H
A
D
test_screen_capture.cpp
122
int32_t TestScreenCapture::SetMaxFrameRate(int32_t
frameRate
)
in SetMaxFrameRate()
argument
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H
A
D
image_common_type.h
49
VideoConfigParams(VideoCodecType videoCodec, Videoformat pixelFormat, int32_t
frameRate
, int32_t width,
in VideoConfigParams()
argument
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_picture_player.cpp
121
bool BootPicturePlayer::CheckFrameRateValid(int32_t
frameRate
)
in CheckFrameRateValid()
argument
/foundation/graphic/graphic_surface/sync_fence/src/
H
A
D
sync_fence_tracker.cpp
196
int32_t
frameRate
= 0;
in GetFrameRate()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_decoder.cpp
71
optional<double>
frameRate
= GetFrameRateFromUser(format);
in SetupPort()
local
Completed in 14 milliseconds
1
2
3
4