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:totalCnt
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_dfx.cpp
75
uint64_t cnt = isInput ? inTotalCnt_ : outRecord_.
totalCnt
;
in PrintAllBufferInfo()
111
s << " " << "eos:" << outputPortEos_ << ", fbd:" << outRecord_.
totalCnt
in OnGetHidumperInfo()
163
aveHoldMs[owner] = (holdRecord.
totalCnt
== 0) ? -1 : (holdRecord.totalCostUs / US_TO_MS / holdRecord.
totalCnt
);
in PrintStatistic()
193
holdRecord.
totalCnt
++;
in ChangeOwnerNormal()
212
if (outRecord_.
totalCnt
== 0) {
in ChangeOwnerNormal()
215
outRecord_.
totalCnt
++;
in ChangeOwnerNormal()
216
if (outRecord_.
totalCnt
% PRINT_PER_FRAME == 0) {
in ChangeOwnerNormal()
247
holdRecord.
totalCnt
++;
in ChangeOwnerDebug()
249
double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.
totalCnt
;
in ChangeOwnerDebug()
[all...]
H
A
D
hcodec.h
356
uint64_t
totalCnt
= 0;
member
H
A
D
hcodec.cpp
1052
info.Dump(compUniqueStr_, outRecord_.
totalCnt
, dumpMode_, isEncoder_);
in NotifyUserOutBufferAvaliable()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
test_utils.cpp
57
records_[apiName].
totalCnt
++;
in Update()
64
one.second.totalCost / US_TO_MS / one.second.
totalCnt
);
in Print()
H
A
D
test_utils.h
35
uint32_t
totalCnt
= 0;
member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H
A
D
image_codec_dfx.cpp
66
holdRecord.
totalCnt
++;
in ChangeOwner()
68
double aveHoldMs = holdRecord.totalCostUs / US_TO_MS / holdRecord.
totalCnt
;
in ChangeOwner()
118
if (outRecord_.
totalCnt
== 0) {
in UpdateOutputRecord()
121
outRecord_.
totalCnt
++;
in UpdateOutputRecord()
127
double averageCostMs = outRecord_.totalCostUs / US_TO_MS / outRecord_.
totalCnt
;
in UpdateOutputRecord()
136
double outFps = outRecord_.
totalCnt
* US_TO_S / fromFirstOutToNow;
in UpdateOutputRecord()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H
A
D
distributeddb_cloud_syncer_download_test.cpp
87
static uint64_t
totalCnt
= 0;
in GetRetCloudData()
local
88
for (uint64_t i =
totalCnt
; i <
totalCnt
+ cnt; ++i) {
in GetRetCloudData()
102
totalCnt
+= cnt;
in GetRetCloudData()
127
static uint64_t
totalCnt
= 0;
in GetInvalidTypeCloudData()
local
128
for (uint64_t i =
totalCnt
; i <
totalCnt
+ cnt; ++i) {
in GetInvalidTypeCloudData()
153
totalCnt
+= cnt;
in GetInvalidTypeCloudData()
161
static uint64_t
totalCnt
= 0;
in GetInvalidFieldCloudData()
local
162
for (uint64_t i =
totalCnt
;
in GetInvalidFieldCloudData()
[all...]
/foundation/multimedia/media_foundation/src/common/
H
A
D
avsharedmemorypool.cpp
130
auto
totalCnt
= busyList_.size() + idleList_.size();
in DoAcquireMemory()
local
131
if (
totalCnt
< option_.maxMemCnt) {
in DoAcquireMemory()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H
A
D
softbus_hisysevt_transreporter.c
145
int32_t
totalCnt
;
member
399
g_openSessionKpi.
totalCnt
= g_openSessionKpi.failTotalCnt + g_openSessionKpi.successTotalCnt;
in SoftbusRecordOpenSessionKpi()
431
uint32_t
totalCnt
= g_openSessionCnt.failCnt + g_openSessionCnt.successCnt;
in SoftbusRecordOpenSession()
local
432
if (
totalCnt
!= 0) {
in SoftbusRecordOpenSession()
433
g_openSessionCnt.successRate = (float)(g_openSessionCnt.successCnt) / (float)(
totalCnt
);
in SoftbusRecordOpenSession()
574
param->paramValue.i32v = g_openSessionKpi.
totalCnt
;
in CreateOpenSessionKpiMsg()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H
A
D
distributeddb_relational_remote_query_test.cpp
556
size_t
totalCnt
= 0;
in HWTEST_F()
local
561
totalCnt
+= static_cast<size_t>(rowDataSet.GetSize());
in HWTEST_F()
565
EXPECT_EQ(
totalCnt
, 20u);
in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H
A
D
nstackx_dfile.c
483
uint32_t
totalCnt
= session->fileListProcessingCnt + session->fileListPendingCnt + session->smallListProcessingCnt +
in DFileSendFileInner()
local
486
uint32_t
totalCnt
= session->fileListProcessingCnt + session->fileListPendingCnt;
in DFileSendFileInner()
local
489
ctx->fileListInfo->tarFlag, ctx->fileListInfo->files[0],
totalCnt
+ 1);
in DFileSendFileInner()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
image_codec.h
275
uint64_t
totalCnt
= 0;
member
Completed in 12 milliseconds