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:usedInputLength
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H
A
D
minimp3_demuxer_plugin.cpp
142
auto ret = memmove_s(inIoBuffer_, ioDataRemainSize_, inIoBuffer_ + mp3DemuxerRst_.
usedInputLength
,
in GetDataFromSource()
195
MEDIA_LOG_D("GetMediaInfo: need more data
usedInputLength
" PUBLIC_LOG_U64,
in GetMediaInfo()
196
mp3DemuxerRst_.
usedInputLength
);
in GetMediaInfo()
197
ioDataRemainSize_ -= mp3DemuxerRst_.
usedInputLength
;
in GetMediaInfo()
198
currentDemuxerPos_ += mp3DemuxerRst_.
usedInputLength
;
in GetMediaInfo()
202
MEDIA_LOG_D("GetMediaInfo: OK
usedInputLength
" PUBLIC_LOG_U64, mp3DemuxerRst_.
usedInputLength
);
in GetMediaInfo()
203
ioDataRemainSize_ -= mp3DemuxerRst_.
usedInputLength
;
in GetMediaInfo()
204
currentDemuxerPos_ += mp3DemuxerRst_.
usedInputLength
;
in GetMediaInfo()
238
MEDIA_LOG_DD("ReadFrame: success
usedInputLength
" PUBLIC_LOG_D3
in WriteMp3Data()
424
uint64_t
usedInputLength
= 0;
AudioDemuxerMp3IterateCallback()
local
[all...]
H
A
D
minimp3_decoder_plugin.h
31
uint32_t
usedInputLength
;
member
H
A
D
minimp3_demuxer_plugin.h
45
uint64_t
usedInputLength
;
member
/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/aac_demuxer/
H
A
D
aac_demuxer_plugin.cpp
207
usedDataSize_ = aacDemuxerRst_.
usedInputLength
;
in ReadFrame()
208
ioDataRemainSize_ -= aacDemuxerRst_.
usedInputLength
;
in ReadFrame()
363
rst->
usedInputLength
= 0;
in AudioDemuxerAACProcess()
373
rst->
usedInputLength
= bufferLen;
in AudioDemuxerAACProcess()
387
rst->
usedInputLength
= length;
in AudioDemuxerAACProcess()
399
rst->
usedInputLength
= 1;
in AudioDemuxerAACProcess()
H
A
D
aac_demuxer_plugin.h
35
uint64_t
usedInputLength
;
member
Completed in 4 milliseconds