Searched refs:ofields (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_pullup.c | 490 fr->ofields[fr->parity ] = fr->ifields[0]; in pullup_get_frame() 491 fr->ofields[fr->parity ^ 1] = 0; in pullup_get_frame() 493 fr->ofields[fr->parity ] = fr->ifields[0]; in pullup_get_frame() 494 fr->ofields[fr->parity ^ 1] = fr->ifields[1]; in pullup_get_frame() 498 fr->ofields[fr->parity ] = fr->ifields[1 + aff]; in pullup_get_frame() 499 fr->ofields[fr->parity ^ 1] = fr->ifields[1 ]; in pullup_get_frame() 502 pullup_lock_buffer(fr->ofields[0], 0); in pullup_get_frame() 503 pullup_lock_buffer(fr->ofields[1], 1); in pullup_get_frame() 505 if (fr->ofields[0] == fr->ofields[1]) { in pullup_get_frame() 506 fr->buffer = fr->ofields[0]; in pullup_get_frame() [all …]
|
D | vf_pullup.h | 45 PullupBuffer *ifields[4], *ofields[2]; member
|
/third_party/toybox/toys/posix/ |
D | ps.c | 223 struct ofields { struct 224 struct ofields *next, *prev; argument 502 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() 640 struct ofields *field; in show_ps() 1056 struct ofields *field; in parse_ko() 1081 field = xzalloc(sizeof(struct ofields)+(length+1)*!!title); in parse_ko() 1123 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() 1218 struct ofields *field; in ksort() 1336 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->prev; in ps_main() 1338 if (TT.fields) TT.fields = ((struct ofields *)TT.fields)->next; in ps_main() [all …]
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 180 struct ofields { struct 181 struct ofields *next, *prev; argument 459 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() 597 struct ofields *field; in show_ps() 1013 struct ofields *field; in parse_ko() 1038 field = xzalloc(sizeof(struct ofields)+(length+1)*!!title); in parse_ko() 1080 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() 1175 struct ofields *field; in ksort() 1267 struct ofields *field, *field2; in setsort() 1423 struct ofields field; in top_common() [all …]
|