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:codecId_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H
A
D
aac_frame.cpp
26
this->
codecId_
= CODEC_AAC;
in AACFrame()
31
this->
codecId_
= CODEC_AAC;
in AACFrame()
H
A
D
h264_frame.h
47
this->
codecId_
= CODEC_H264;
in H264Frame()
52
this->
codecId_
= CODEC_H264;
in H264Frame()
61
this->
codecId_
= CODEC_H264;
in H264Frame()
H
A
D
frame.h
114
return
codecId_
;
134
CodecId
codecId_
= CODEC_NONE;
member in OHOS::Sharing::FrameImpl
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H
A
D
codec_demo.cpp
103
g711Frame->
codecId_
= CODEC_G711A;
in DecodeG711()
127
aacFrame->
codecId_
= CODEC_AAC;
in DecodeAAC()
152
pcmFrame->
codecId_
= CODEC_PCM;
in EncodeG711()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_g711.cpp
70
frame->
codecId_
= CODEC_G711A;
in ObtainFrame()
79
cacheFrame_->
codecId_
= CODEC_G711A;
in RtpEncoderG711()
H
A
D
rtp_codec_aac.cpp
104
frame->
codecId_
= CODEC_AAC;
in ObtainFrame()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
audio_g711_codec.cpp
51
g711Frame->
codecId_
= type_ == G711_ALAW ? CODEC_G711A : CODEC_G711U;
in OnFrame()
101
pcmFrame->
codecId_
= CODEC_PCM;
in OnFrame()
H
A
D
audio_pcm_processor.cpp
88
pcmFrame->
codecId_
= CODEC_PCM;
in OnFrame()
H
A
D
audio_aac_codec.cpp
164
pcmFrame->
codecId_
= CODEC_PCM;
in OnFrame()
442
aacFrame->
codecId_
= CODEC_AAC;
in OnFrame()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/
H
A
D
wfd_rtp_consumer_test.cpp
204
frame->
codecId_
= CODEC_AAC;
in HWTEST_F()
222
frame->
codecId_
= CODEC_H264;
in HWTEST_F()
240
frame->
codecId_
= CODEC_AAC;
in HWTEST_F()
258
frame->
codecId_
= CODEC_H264;
in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H
A
D
audio_player.cpp
123
frame->
codecId_
= audioCodecId_;
in ProcessAudioData()
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/mediasource/
H
A
D
audio_source_capturer.cpp
117
pcmFrame->
codecId_
= CODEC_PCM;
in AudioCaptureThreadWorker()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H
A
D
rtp_enc_demo.cpp
299
frame->
codecId_
= CODEC_AAC;
in main()
337
frame->
codecId_
= CODEC_G711A;
in main()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H
A
D
wfd_rtp_producer.cpp
184
audioFrame->
codecId_
= mediaData->codecId;
in PublishOneFrame()
192
h264Frame->
codecId_
= CODEC_H264;
in PublishOneFrame()
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H
A
D
player_demo.cpp
134
g711Frame->
codecId_
= CODEC_G711A;
in DecodeG711ByTime()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/frame/
H
A
D
frame_unit_test.cpp
223
frame->
codecId_
= CODEC_DEFAULT;
in HWTEST_F()
Completed in 7 milliseconds