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:PICT_TOP_FIELD
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vdpau_h264.c
62
rf->top_is_reference = (pic_structure &
PICT_TOP_FIELD
) != 0;
in vdpau_h264_set_rf()
103
rf2->top_is_reference |= (pic->reference &
PICT_TOP_FIELD
) ? VDP_TRUE : VDP_FALSE;
in vdpau_h264_set_reference_frames()
H
A
D
dxva2_h264.c
80
if ((r->reference &
PICT_TOP_FIELD
) && r->field_poc[0] != INT_MAX)
in fill_picture_parameters()
86
if (r->reference &
PICT_TOP_FIELD
)
in fill_picture_parameters()
132
if ((h->picture_structure &
PICT_TOP_FIELD
) &&
in fill_picture_parameters()
H
A
D
mpegutils.h
36
#define
PICT_TOP_FIELD
1
macro
H
A
D
h264_parser.c
428
p->picture_structure =
PICT_TOP_FIELD
+ get_bits1(&nal.gb); // bottom_field_flag
in parse_nal_units()
548
if (p->picture_structure ==
PICT_TOP_FIELD
)
in parse_nal_units()
H
A
D
h264_slice.c
1615
last_pic_structure ==
PICT_TOP_FIELD
);
in h264_field_start()
1625
last_pic_structure ==
PICT_TOP_FIELD
);
in h264_field_start()
1629
if (!((last_pic_structure ==
PICT_TOP_FIELD
&&
in h264_field_start()
1632
h->picture_structure ==
PICT_TOP_FIELD
))) {
in h264_field_start()
1906
picture_structure =
PICT_TOP_FIELD
+ bottom_field_flag;
in h264_slice_header_parse()
2167
(h->picture_structure == PICT_FRAME ? 'F' : h->picture_structure ==
PICT_TOP_FIELD
? 'T' : 'B'),
in h264_slice_init()
H
A
D
h264_parse.c
359
if (picture_structure !=
PICT_TOP_FIELD
)
in ff_h264_init_poc()
H
A
D
dxva2_vc1.c
83
if (s->picture_structure &
PICT_TOP_FIELD
)
in fill_picture_parameters()
H
A
D
vaapi_h264.c
61
pic_structure &= PICT_FRAME; /*
PICT_TOP_FIELD
|PICT_BOTTOM_FIELD */
in fill_vaapi_pic()
68
va_pic->flags |= (pic_structure &
PICT_TOP_FIELD
) ? VA_PICTURE_H264_TOP_FIELD : VA_PICTURE_H264_BOTTOM_FIELD;
in fill_vaapi_pic()
H
A
D
mpegvideo_dec.c
346
(s->picture_structure ==
PICT_TOP_FIELD
) == s->first_field;
in ff_mpv_frame_start()
H
A
D
h264_refs.c
285
field[0].reference =
PICT_TOP_FIELD
;
in h264_fill_mbaff_ref_list()
H
A
D
vc1dec.c
943
s->picture_structure =
PICT_TOP_FIELD
+ v->tff;
in vc1_decode_frame()
H
A
D
mpeg12dec.c
966
if (s->picture_structure ==
PICT_TOP_FIELD
)
in mpeg_decode_mb()
Completed in 18 milliseconds