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:inputAvailQue_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H
A
D
fcodec.cpp
338
inputAvailQue_
->SetActive(true);
in InitBuffers()
390
inputAvailQue_
->Clear();
in ResetBuffers()
406
if (sendTask_ != nullptr &&
inputAvailQue_
!= nullptr) {
in StopThread()
410
inputAvailQue_
->SetActive(false, false);
in StopThread()
434
inputAvailQue_
->SetActive(false, false);
in Stop()
463
inputAvailQue_
->SetActive(false, false);
in Flush()
734
inputAvailQue_
= std::make_shared<BlockQueue<uint32_t>>("inputAvailQue", inputBufferCnt);
in AllocateBuffers()
846
inputAvailQue_
->Clear();
in ReleaseBuffers()
900
inputAvailQue_
->Push(synIndex_.value());
in QueueInputBuffer()
918
inputAvailQue_
in QueueInputBuffer()
[all...]
H
A
D
fcodec.h
162
std::shared_ptr<BlockQueue<uint32_t>>
inputAvailQue_
;
member in OHOS::MediaAVCodec::Codec::FCodec
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H
A
D
hevc_decoder.cpp
360
inputAvailQue_
->SetActive(true);
in InitBuffers()
428
inputAvailQue_
->Clear();
in ResetBuffers()
439
if (
inputAvailQue_
!= nullptr) {
in StopThread()
440
inputAvailQue_
->SetActive(false, false);
in StopThread()
458
inputAvailQue_
->SetActive(false, false);
in Stop()
490
inputAvailQue_
->SetActive(false, false);
in Flush()
767
inputAvailQue_
= std::make_shared<BlockQueue<uint32_t>>("inputAvailQue", inputBufferCnt);
in AllocateBuffers()
903
inputAvailQue_
->Clear();
in ReleaseBuffers()
939
inputAvailQue_
->Push(index);
in QueueInputBuffer()
951
uint32_t index =
inputAvailQue_
in SendFrame()
[all...]
H
A
D
hevc_decoder.h
195
std::shared_ptr<BlockQueue<uint32_t>>
inputAvailQue_
;
member in OHOS::MediaAVCodec::Codec::HevcDecoder
Completed in 5 milliseconds