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:V4L2m2mPriv
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
v4l2_m2m.h
67
/* reference back to
V4L2m2mPriv
*/
71
typedef struct
V4L2m2mPriv
{
struct
79
}
V4L2m2mPriv
;
typedef
84
* @param[in] ctx The
V4L2m2mPriv
instantiated by the encoder/decoder.
89
int ff_v4l2_m2m_create_context(
V4L2m2mPriv
*priv, V4L2m2mContext **s);
95
* @param[in] ctx The
V4L2m2mPriv
instantiated by the encoder/decoder.
99
int ff_v4l2_m2m_codec_init(
V4L2m2mPriv
*priv);
105
* @param[in] The
V4L2m2mPriv
instantiated by the encoder/decoder.
110
int ff_v4l2_m2m_codec_end(
V4L2m2mPriv
*priv);
H
A
D
v4l2_m2m_dec.c
39
V4L2m2mContext *s = ((
V4L2m2mPriv
*)avctx->priv_data)->context;
in v4l2_try_start()
138
V4L2m2mContext *s = ((
V4L2m2mPriv
*)avctx->priv_data)->context;
in v4l2_receive_frame()
185
V4L2m2mPriv
*priv = avctx->priv_data;
in v4l2_decode_init()
223
#define OFFSET(x) offsetof(
V4L2m2mPriv
, x)
248
.priv_data_size = sizeof(
V4L2m2mPriv
), \
H
A
D
v4l2_m2m_enc.c
276
V4L2m2mContext *s = ((
V4L2m2mPriv
*)avctx->priv_data)->context;
in v4l2_send_frame()
289
V4L2m2mContext *s = ((
V4L2m2mPriv
*)avctx->priv_data)->context;
in v4l2_receive_packet()
338
V4L2m2mPriv
*priv = avctx->priv_data;
in v4l2_encode_init()
389
#define OFFSET(x) offsetof(
V4L2m2mPriv
, x)
429
.priv_data_size = sizeof(
V4L2m2mPriv
), \
H
A
D
v4l2_m2m.c
263
int ff_v4l2_m2m_codec_end(
V4L2m2mPriv
*priv)
in ff_v4l2_m2m_codec_end()
289
int ff_v4l2_m2m_codec_init(
V4L2m2mPriv
*priv)
in ff_v4l2_m2m_codec_init()
327
int ff_v4l2_m2m_create_context(
V4L2m2mPriv
*priv, V4L2m2mContext **s)
in ff_v4l2_m2m_create_context()
Completed in 3 milliseconds