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
defs:codec_
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
codec.h
61
std::shared_ptr<CodecPlugin>
codec_
;
member in OHOS::Media::Plugin::Codec
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
tester_codecbase.h
64
std::shared_ptr<CodecBase>
codec_
;
member
H
A
D
tester_capi.h
46
OH_AVCodec *
codec_
= nullptr;
member
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H
A
D
videodec_capi_mock.h
75
OH_AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::VideoDecCapiMock
H
A
D
videoenc_capi_mock.h
79
OH_AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::VideoEncCapiMock
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H
A
D
video_codec_base.h
42
std::shared_ptr<OH_AVCodec>
codec_
= nullptr;
member in OHOS::MediaAVCodec::Sample::VideoCodecBase
/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H
A
D
bmp_decoder.h
64
std::unique_ptr<SkCodec>
codec_
= nullptr;
member in OHOS::ImagePlugin::BmpDecodingState::BmpDecoder
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H
A
D
audio_codec.h
41
std::shared_ptr<AudioCodec>
codec_
;
member in OHOS::MediaAVCodec::AudioCodecCallback
H
A
D
audio_codec_worker.h
75
std::shared_ptr<AudioBaseCodec>
codec_
;
member in OHOS::MediaAVCodec::AudioCodecWorker
/foundation/arkui/ace_engine/frameworks/core/image/
H
A
D
animated_image_player.h
110
const std::unique_ptr<SkCodec>
codec_
;
member in OHOS::Ace::AnimatedImagePlayer
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
animated_image.h
163
std::unique_ptr<SkCodec>
codec_
;
member in OHOS::Ace::NG::AnimatedSkImage::AnimatedRSImage
169
std::unique_ptr<SkCodec>
codec_
;
member in OHOS::Ace::NG::AnimatedSkImage::AnimatedRSImage
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hencoder.h
133
HEncoder*
codec_
;
member in OHOS::MediaAVCodec::HEncoder::EncoderBuffersConsumerListener
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H
A
D
ext_decoder.h
130
std::unique_ptr<SkCodec>
codec_
;
member in OHOS::ImagePlugin::ExtDecoder
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H
A
D
avcodec_video_decoder_demo.h
90
const AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::VideoDemo::VDecDemo
H
A
D
avcodec_video_decoder_inner_demo.h
116
const AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::InnerVideoDemo::VDecInnerDemo
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/include/
H
A
D
vdec_sample.h
100
OH_AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::VideoDecSample
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/include/
H
A
D
venc_sample.h
102
OH_AVCodec *
codec_
= nullptr;
member in OHOS::MediaAVCodec::VideoEncSample
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H
A
D
native_audio_encoder.cpp
176
struct OH_AVCodec *
codec_
;
global()
member in NativeAudioEncoderCallback
[all...]
H
A
D
native_audio_decoder.cpp
176
struct OH_AVCodec *
codec_
;
global()
member in NativeAudioDecoder
[all...]
H
A
D
native_audio_codec.cpp
151
struct OH_AVCodec *
codec_
;
global()
member in NativeAudioCodec
[all...]
H
A
D
native_video_encoder.cpp
347
struct OH_AVCodec *
codec_
= nullptr;
global()
member in __anon10055::NativeVideoEncoderCallback
[all...]
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_server.h
211
std::shared_ptr<CodecServer>
codec_
= nullptr;
member in OHOS::MediaAVCodec::CodecBaseCallback
225
std::shared_ptr<CodecServer>
codec_
= nullptr;
member in OHOS::MediaAVCodec::VCodecBaseCallback
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H
A
D
videodec_func_unit_test.cpp
118
OH_AVCodec *
codec_
= nullptr;
member in __anon10479::TEST_SUIT
[all...]
H
A
D
videoenc_func_unit_test.cpp
148
OH_AVCodec *
codec_
= nullptr;
member in __anon10485::TEST_SUIT
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/common/include/
H
A
D
vcodec_signal.h
69
std::weak_ptr<T>
codec_
;
member in OHOS::MediaAVCodec::VCodecSignal
Completed in 12 milliseconds
1
2