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:cacheFrame_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_g711.cpp
78
cacheFrame_
= FrameImpl::Create();
in RtpEncoderG711()
79
cacheFrame_
->codecId_ = CODEC_G711A;
in RtpEncoderG711()
86
RETURN_IF_NULL(
cacheFrame_
);
in InputFrame()
88
auto dur = (
cacheFrame_
->Size() -
cacheFrame_
->PrefixSize()) / (8 * channels_);
in InputFrame()
89
auto next_pts =
cacheFrame_
->Pts() + dur;
in InputFrame()
91
cacheFrame_
->pts_ = frame->Pts();
in InputFrame()
94
cacheFrame_
->pts_ = frame->Pts() - dur;
in InputFrame()
98
cacheFrame_
->Append(frame->Data() + frame->PrefixSize(), frame->Size() - frame->PrefixSize());
in InputFrame()
100
auto stamp =
cacheFrame_
in InputFrame()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/video_capture/
H
A
D
video_file_capture_plugin.cpp
92
if (
cacheFrame_
!= nullptr) {
in Deinit()
93
delete[](uint8_t*)
cacheFrame_
;
in Deinit()
94
cacheFrame_
= nullptr;
in Deinit()
110
if (
cacheFrame_
== nullptr) {
in Prepare()
111
cacheFrame_
= new (std::nothrow) uint8_t[bufferSize_];
in Prepare()
258
FALSE_RETURN_V_MSG_E(std::fread(static_cast<void*>(
cacheFrame_
), 1, bufferSize_, fp_) == bufferSize_,
in Read()
260
FALSE_RETURN_V_MSG_E(bufData->Write(
cacheFrame_
, bufferSize_) == bufferSize_,
in Read()
H
A
D
video_file_capture_plugin.h
64
uint8_t*
cacheFrame_
{nullptr};
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H
A
D
rtp_codec_g711.h
60
FrameImpl::Ptr
cacheFrame_
= nullptr;
member in OHOS::Sharing::RtpEncoderG711
Completed in 2 milliseconds