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:hnm
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hnm4video.c
70
Hnm4VideoContext *
hnm
= avctx->priv_data;
in unpack_intraframe()
local
81
if (writeoffset >=
hnm
->width *
hnm
->height) {
in unpack_intraframe()
86
hnm
->current[writeoffset++] = bytestream2_get_byte(&gb);
in unpack_intraframe()
103
if (offset < 0 || offset + count >=
hnm
->width *
hnm
->height) {
in unpack_intraframe()
106
} else if (writeoffset + count >=
hnm
->width *
hnm
->height) {
in unpack_intraframe()
112
hnm
->current[writeoffset++] =
hnm
in unpack_intraframe()
120
Hnm4VideoContext *
hnm
= avctx->priv_data;
postprocess_current_frame()
local
138
Hnm4VideoContext *
hnm
= avctx->priv_data;
copy_processed_frame()
local
152
Hnm4VideoContext *
hnm
= avctx->priv_data;
decode_interframe_v4()
local
282
Hnm4VideoContext *
hnm
= avctx->priv_data;
decode_interframe_v4a()
local
361
Hnm4VideoContext *
hnm
= avctx->priv_data;
hnm_update_palette()
local
394
Hnm4VideoContext *
hnm
= avctx->priv_data;
hnm_decode_frame()
local
455
Hnm4VideoContext *
hnm
= avctx->priv_data;
hnm_decode_init()
local
491
Hnm4VideoContext *
hnm
= avctx->priv_data;
hnm_decode_end()
local
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
hnm.c
60
Hnm4DemuxContext *
hnm
= s->priv_data;
in hnm_read_header()
local
70
hnm
->frames = avio_rl32(pb);
in hnm_read_header()
103
Hnm4DemuxContext *
hnm
= s->priv_data;
in hnm_read_packet()
local
110
if (
hnm
->currentframe ==
hnm
->frames || pb->eof_reached)
in hnm_read_packet()
113
if (
hnm
->superchunk_remaining == 0) {
in hnm_read_packet()
118
hnm
->superchunk_remaining = superchunk_size - 4;
in hnm_read_packet()
126
if (chunk_size >
hnm
->superchunk_remaining || !chunk_size) {
in hnm_read_packet()
130
avio_skip(pb,
hnm
->superchunk_remaining - 8);
in hnm_read_packet()
131
hnm
in hnm_read_packet()
[all...]
H
A
D
Makefile
254
OBJS-$(CONFIG_HNM_DEMUXER) +=
hnm
.o
Completed in 2 milliseconds