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:tmpDec
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H
A
D
videodec_sample.cpp
282
OH_AVCodec *
tmpDec
= OH_VideoDecoder_CreateByMime("aabbcc");
in CreateVideoDecoder()
local
283
if (
tmpDec
) {
in CreateVideoDecoder()
284
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
285
tmpDec
= nullptr;
in CreateVideoDecoder()
287
tmpDec
= OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC);
in CreateVideoDecoder()
288
if (
tmpDec
) {
in CreateVideoDecoder()
289
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
290
tmpDec
= nullptr;
in CreateVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H
A
D
videodec_api11_sample.cpp
177
OH_AVCodec *
tmpDec
= OH_VideoDecoder_CreateByMime("aabbcc");
in CreateVideoDecoder()
local
178
if (
tmpDec
) {
in CreateVideoDecoder()
179
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
180
tmpDec
= nullptr;
in CreateVideoDecoder()
182
tmpDec
= OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC);
in CreateVideoDecoder()
183
if (
tmpDec
) {
in CreateVideoDecoder()
184
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
185
tmpDec
= nullptr;
in CreateVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H
A
D
videodec_sample.cpp
282
OH_AVCodec *
tmpDec
= OH_VideoDecoder_CreateByMime("aabbcc");
in CreateVideoDecoder()
local
283
if (
tmpDec
) {
in CreateVideoDecoder()
284
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
285
tmpDec
= nullptr;
in CreateVideoDecoder()
287
tmpDec
= OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC);
in CreateVideoDecoder()
288
if (
tmpDec
) {
in CreateVideoDecoder()
289
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
290
tmpDec
= nullptr;
in CreateVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H
A
D
videodec_sample.cpp
268
OH_AVCodec *
tmpDec
= OH_VideoDecoder_CreateByMime("aabbcc");
in CreateVideoDecoder()
local
269
if (
tmpDec
) {
in CreateVideoDecoder()
270
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
271
tmpDec
= nullptr;
in CreateVideoDecoder()
273
tmpDec
= OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_AVC);
in CreateVideoDecoder()
274
if (
tmpDec
) {
in CreateVideoDecoder()
275
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
276
tmpDec
= nullptr;
in CreateVideoDecoder()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H
A
D
videodec_api11_sample.cpp
177
OH_AVCodec *
tmpDec
= OH_VideoDecoder_CreateByMime("aabbcc");
in CreateVideoDecoder()
local
178
if (
tmpDec
) {
in CreateVideoDecoder()
179
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
180
tmpDec
= nullptr;
in CreateVideoDecoder()
182
tmpDec
= OH_VideoDecoder_CreateByMime(OH_AVCODEC_MIMETYPE_VIDEO_HEVC);
in CreateVideoDecoder()
183
if (
tmpDec
) {
in CreateVideoDecoder()
184
OH_VideoDecoder_Destroy(
tmpDec
);
in CreateVideoDecoder()
185
tmpDec
= nullptr;
in CreateVideoDecoder()
Completed in 4 milliseconds