Searched refs:cur_page (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libzvbi-teletextdec.c | 541 TeletextPage *cur_page = new_pages + ctx->nb_pages; in handler() local 543 cur_page->sub_rect = av_mallocz(sizeof(*cur_page->sub_rect)); in handler() 544 cur_page->pts = ctx->pts; in handler() 545 cur_page->pgno = ev->ev.ttx_page.pgno; in handler() 546 cur_page->subno = ev->ev.ttx_page.subno; in handler() 547 if (cur_page->sub_rect) { in handler() 550 res = gen_sub_bitmap(ctx, cur_page->sub_rect, &page, chop_top); in handler() 553 res = gen_sub_text(ctx, cur_page->sub_rect, &page, chop_top); in handler() 556 res = gen_sub_ass(ctx, cur_page->sub_rect, &page, chop_top); in handler() 563 av_freep(&cur_page->sub_rect); in handler() [all …]
|
D | tiff.c | 92 uint16_t cur_page; member 1726 s->cur_page = ff_tget(&s->gb, TIFF_SHORT, s->le); in tiff_decode_tag() 1815 s->cur_page = 0; in decode_frame() 1843 retry_for_page = s->get_page && s->cur_page + 1 < s->get_page; // get_page is 1-indexed in decode_frame()
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 1127 void *cp1, *cp2, *cur_page; in get_valid_checkpoint() local 1155 cur_page = cp2; in get_valid_checkpoint() 1159 cur_page = cp1; in get_valid_checkpoint() 1164 cur_page = cp1; in get_valid_checkpoint() 1168 cur_page = cp2; in get_valid_checkpoint() 1176 memcpy(sbi->ckpt, cur_page, blk_size); in get_valid_checkpoint() 1183 if (cur_page == cp2) in get_valid_checkpoint() 1189 ret = dev_read_block(cur_page, cp_blk_no + i); in get_valid_checkpoint() 1191 memcpy(ckpt + i * blk_size, cur_page, blk_size); in get_valid_checkpoint()
|