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:avFrame_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
audio_aac_codec.cpp
61
if (
avFrame_
) {
in ~AudioAACDecoder()
62
av_frame_free(&
avFrame_
);
in ~AudioAACDecoder()
104
avFrame_
= av_frame_alloc();
in Init()
105
if (
avFrame_
== nullptr) {
in Init()
119
if (avPacket_ == nullptr ||
avFrame_
== nullptr) {
in OnFrame()
124
av_frame_unref(
avFrame_
);
in OnFrame()
130
avcodec_receive_frame(codecCtx_,
avFrame_
);
in OnFrame()
133
swrContext_ = swr_alloc_set_opts(nullptr, (int64_t)
avFrame_
->channel_layout, // out_ch_layout
in OnFrame()
135
avFrame_
->sample_rate, // out_sample_rate
in OnFrame()
136
(int64_t)
avFrame_
in OnFrame()
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H
A
D
media_audio_encoder.cpp
383
avFrame_
= std::shared_ptr<AVFrame>(frame, [this](AVFrame* frame) {
in InitFrame()
387
avFrame_
->format = audioCodecContext_->sample_fmt;
in InitFrame()
388
avFrame_
->nb_samples = audioCodecContext_->frame_size;
in InitFrame()
389
avFrame_
->channel_layout = audioCodecContext_->channel_layout;
in InitFrame()
390
avFrame_
->sample_rate = audioCodecContext_->sample_rate;
in InitFrame()
391
avFrame_
->channels = audioCodecContext_->channels;
in InitFrame()
392
int32_t ret = apiWrap_->FrameGetBuffer(
avFrame_
.get(), 0);
in InitFrame()
409
FALSE_RETURN_V_MSG_E(
avFrame_
!= nullptr, ERROR, "frame error.");
in InitSampleConvert()
418
avFrame_
->channels,
in InitSampleConvert()
419
avFrame_
in InitSampleConvert()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H
A
D
audio_aac_codec.h
52
AVFrame *
avFrame_
= nullptr;
member in OHOS::Sharing::AudioAACDecoder
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H
A
D
media_audio_encoder.h
102
std::shared_ptr<AVFrame>
avFrame_
= nullptr;
member in MediaAudioEncoder
Completed in 3 milliseconds