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:repeat_pict
(Results
1 - 20
of
20
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideo_parser.c
121
s->
repeat_pict
= 0;
in mpegvideo_extract_headers()
190
s->
repeat_pict
= 1;
in mpegvideo_extract_headers()
194
s->
repeat_pict
= 5;
in mpegvideo_extract_headers()
196
s->
repeat_pict
= 3;
in mpegvideo_extract_headers()
198
s->
repeat_pict
= 2;
in mpegvideo_extract_headers()
280
ff_dlog(NULL, "pict_type=%d frame_rate=%0.3f
repeat_pict
=%d\n",
in mpegvideo_parse()
281
s->pict_type, av_q2d(avctx->framerate), s->
repeat_pict
);
in mpegvideo_parse()
H
A
D
vc1_parser.c
94
s->
repeat_pict
= 1;
in vc1_extract_header()
99
s->
repeat_pict
= 2;
in vc1_extract_header()
102
s->
repeat_pict
= vpc->v.rptfrm * 2 + 1;
in vc1_extract_header()
105
s->
repeat_pict
= 0;
in vc1_extract_header()
H
A
D
h264_parser.c
498
s->
repeat_pict
= 0;
in parse_nal_units()
503
s->
repeat_pict
= 1;
in parse_nal_units()
507
s->
repeat_pict
= 2;
in parse_nal_units()
510
s->
repeat_pict
= 3;
in parse_nal_units()
513
s->
repeat_pict
= 5;
in parse_nal_units()
516
s->
repeat_pict
= p->picture_structure == PICT_FRAME ? 1 : 0;
in parse_nal_units()
520
s->
repeat_pict
= p->picture_structure == PICT_FRAME ? 1 : 0;
in parse_nal_units()
H
A
D
hevc_parser.c
241
s->
repeat_pict
= 1;
in parse_nal_units()
243
s->
repeat_pict
= 2;
in parse_nal_units()
H
A
D
avcodec.h
2803
* frame_duration = (1 +
repeat_pict
) * time_base
2807
int
repeat_pict
; /* XXX: Put it back in AVCodecContext. */
member
H
A
D
vc1dec.c
887
s->current_picture_ptr->f->
repeat_pict
= 0;
in vc1_decode_frame()
892
s->current_picture_ptr->f->
repeat_pict
= 1;
in vc1_decode_frame()
895
s->current_picture_ptr->f->
repeat_pict
= v->rptfrm * 2;
in vc1_decode_frame()
H
A
D
qsvenc.c
1531
if (frame->
repeat_pict
== 1)
in submit_frame()
1533
else if (frame->
repeat_pict
== 2)
in submit_frame()
1535
else if (frame->
repeat_pict
== 4)
in submit_frame()
H
A
D
mpeg12dec.c
1596
s->current_picture_ptr->f->
repeat_pict
= 0;
in mpeg_field_start()
1600
s->current_picture_ptr->f->
repeat_pict
= 4;
in mpeg_field_start()
1602
s->current_picture_ptr->f->
repeat_pict
= 2;
in mpeg_field_start()
1604
s->current_picture_ptr->f->
repeat_pict
= 1;
in mpeg_field_start()
H
A
D
h264_slice.c
1167
out->
repeat_pict
= 0;
in h264_export_frame_props()
1205
out->
repeat_pict
= 1;
in h264_export_frame_props()
1208
out->
repeat_pict
= 2;
in h264_export_frame_props()
1211
out->
repeat_pict
= 4;
in h264_export_frame_props()
H
A
D
qsvdec.c
724
frame->
repeat_pict
=
in qsv_decode()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_repeatfields.c
99
state, in->top_field_first, in->
repeat_pict
);
in filter_frame()
112
if (in->
repeat_pict
) {
in filter_frame()
132
if (in->
repeat_pict
) {
in filter_frame()
H
A
D
yadif_common.c
133
(yadif->deint && !yadif->prev->interlaced_frame && yadif->prev->
repeat_pict
) ||
in ff_yadif_filter_frame()
134
(yadif->deint && !yadif->next->interlaced_frame && yadif->next->
repeat_pict
)
in ff_yadif_filter_frame()
H
A
D
vf_deinterlace_qsv.c
418
if (qf->frame->
repeat_pict
== 1) {
in submit_frame()
422
} else if (qf->frame->
repeat_pict
== 2)
in submit_frame()
424
else if (qf->frame->
repeat_pict
== 4)
in submit_frame()
H
A
D
qsvvpp.c
422
if (qsv_frame->frame->
repeat_pict
== 1)
in submit_frame()
424
else if (qsv_frame->frame->
repeat_pict
== 2)
in submit_frame()
426
else if (qsv_frame->frame->
repeat_pict
== 4)
in submit_frame()
H
A
D
vf_pullup.c
677
if (in->
repeat_pict
)
in filter_frame()
693
if (!in->
repeat_pict
)
in filter_frame()
/third_party/ffmpeg/libavutil/
H
A
D
frame.h
470
* extra_delay =
repeat_pict
/ (2*fps)
472
int
repeat_pict
;
member
H
A
D
frame.c
286
dst->
repeat_pict
= src->
repeat_pict
;
in frame_copy_props()
/third_party/ffmpeg/libavformat/
H
A
D
demux.c
683
if (pc && pc->
repeat_pict
) {
in compute_frame_duration()
685
(*pnum) * (1LL + pc->
repeat_pict
),
in compute_frame_duration()
2738
? sti->parser->
repeat_pict
+ 1 : 2;
in avformat_find_stream_info()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
2425
int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->
repeat_pict
+1 : ist->dec_ctx->ticks_per_frame;
in process_input_packet()
2528
int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->
repeat_pict
+ 1 : ist->dec_ctx->ticks_per_frame;
in process_input_packet()
H
A
D
ffprobe.c
2600
print_int("
repeat_pict
", frame->
repeat_pict
);
in show_frame()
Completed in 42 milliseconds