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:videoIndex
(Results
1 - 6
of
6
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H
A
D
buffer_dispatcher.cpp
332
return
videoIndex
!= INVALID_INDEX &&
in DataAvailable()
333
(
videoIndex
< dispatcher->GetLatestVideoIndex() || !dispatcher->IsRead(GetReceiverId(),
videoIndex
+ 1));
in DataAvailable()
335
return
videoIndex
!= INVALID_INDEX &&
in DataAvailable()
336
(
videoIndex
< dispatcher->GetBufferSize() - 1 || !dispatcher->IsRead(GetReceiverId(),
videoIndex
+ 1));
in DataAvailable()
359
MEDIA_LOGD("Video Recvid:%{public}d index: %{public}d.", GetReceiverId(),
videoIndex
);
in GetReceiverReadIndex()
360
return
videoIndex
;
in GetReceiverReadIndex()
367
MEDIA_LOGD("Mixed Recvid:%{public}d vindex: %{public}d aindex: %{public}d.", GetReceiverId(),
videoIndex
,
in GetReceiverReadIndex()
369
if (audioIndex != INVALID_INDEX &&
videoIndex
!
in GetReceiverReadIndex()
[all...]
H
A
D
buffer_dispatcher.h
208
uint32_t
videoIndex
= INVALID_INDEX;
member in OHOS::Sharing::BufferDispatcher::DataNotifier
/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H
A
D
player_server_mem.h
136
int32_t
videoIndex
= 0;
member
H
A
D
player_server_mem.cpp
626
index = recoverConfig_.
videoIndex
;
in GetCurrentTrack()
739
ret = PlayerServer::GetCurrentTrack(MediaType::MEDIA_TYPE_VID, recoverConfig_.
videoIndex
);
in GetInformationBeforeMemReset()
/foundation/multimedia/player_framework/test/unittest/player_server_mem_test/
H
A
D
player_server_mem_unit_test.cpp
898
playerServerMem_->recoverConfig_.
videoIndex
= 2;
in HWTEST_F()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.cpp
2441
int32_t
videoIndex
= -1;
in JsGetSelectedTracks()
2442
(void)jsPlayer->player_->GetCurrentTrack(MediaType::MEDIA_TYPE_VID,
videoIndex
);
in JsGetSelectedTracks()
2443
if (
videoIndex
!= -1) {
in JsGetSelectedTracks()
2444
trackIndex.push_back(
videoIndex
);
in JsGetSelectedTracks()
Completed in 10 milliseconds