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:closed_gop
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_encode_mpeg2.c
318
goph->
closed_gop
= 1;
in vaapi_encode_mpeg2_init_sequence_params()
379
.
closed_gop
= goph->
closed_gop
,
in vaapi_encode_mpeg2_init_sequence_params()
H
A
D
cbs_mpeg2.h
113
uint8_t
closed_gop
;
member
H
A
D
vaapi_encode.h
329
int
closed_gop
;
member
H
A
D
cbs_mpeg2_syntax_template.c
170
ui(1,
closed_gop
);
in group_of_pictures_header()
H
A
D
mpeg12dec.c
79
int
closed_gop
;
member
2418
s1->
closed_gop
= get_bits1(&s->gb);
in mpeg_decode_gop()
2428
"GOP (%s)
closed_gop
=%d broken_link=%d\n",
in mpeg_decode_gop()
2429
tcbuf, s1->
closed_gop
, broken_link);
in mpeg_decode_gop()
2665
if (!s->
closed_gop
) {
in decode_chunks()
2852
s->
closed_gop
= 0;
in flush()
H
A
D
vaapi_encode.c
952
closed_gop_end = ctx->
closed_gop
||
in vaapi_encode_pick_next()
2051
ctx->
closed_gop
= !!(avctx->flags & AV_CODEC_FLAG_CLOSED_GOP);
in vaapi_encode_init_gop_structure()
2054
ctx->
closed_gop
= 1;
in vaapi_encode_init_gop_structure()
/third_party/ffmpeg/libavformat/
H
A
D
mxfenc.c
92
int
closed_gop
; ///< gop is closed, used in mpeg-2 frame parsing
member
2403
sc->
closed_gop
= 1;
in mxf_parse_mpeg2_frame()
2408
sc->
closed_gop
= 0;
in mxf_parse_mpeg2_frame()
2425
sc->
closed_gop
= 0; // reset closed GOP, don't matter anymore
in mxf_parse_mpeg2_frame()
2427
if (sc->
closed_gop
)
in mxf_parse_mpeg2_frame()
H
A
D
movenc.c
5971
int i,
closed_gop
= 0;
local
5976
closed_gop
= pkt->data[i + 4] >> 6 & 0x01;
5979
if (!temp_ref ||
closed_gop
) // I picture is not reordered
Completed in 27 milliseconds