Home
last modified time | relevance | path

Searched refs:invisible (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9_superframe_bsf.c2 * Vp9 invisible (alt-ref) frame to superframe merge bitstream filter
105 int res, invisible, profile, marker, uses_superframe_syntax = 0, n; in vp9_superframe_filter() local
137 invisible = 0; in vp9_superframe_filter()
140 invisible = !get_bits1(&gb); in vp9_superframe_filter()
148 } else if ((!invisible || uses_superframe_syntax) && !s->n_cache) { in vp9_superframe_filter()
153 "Too many invisible frames\n"); in vp9_superframe_filter()
160 if (invisible) { in vp9_superframe_filter()
H A Dvp9_superframe_split_bsf.c94 int profile, invisible = 0; in vp9_superframe_split_filter() local
120 invisible = !get_bits1(&gb); in vp9_superframe_split_filter()
123 if (invisible) in vp9_superframe_split_filter()
H A Dnvdec_vp8.c75 !h->invisible, // show_frame in nvdec_vp8_start_frame()
H A Dvp9shared.h99 uint8_t invisible; member
H A Dvp8.h284 int invisible; member
H A Dnvdec_vp9.c68 .showFrame = !h->h.invisible, in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c57 .show_frame = !h->h.invisible, in vaapi_vp9_start_frame()
H A Dvdpau_vp9.c67 info->showFrame = !h->h.invisible; in vdpau_vp9_start_frame()
H A Dvp9.c535 last_invisible = s->s.h.invisible; in decode_frame_header()
536 s->s.h.invisible = !get_bits1(&s->gb); in decode_frame_header()
554 s->s.h.intraonly = s->s.h.invisible ? get_bits1(&s->gb) : 0; in decode_frame_header()
1772 if (!s->s.h.invisible) { in vp9_decode_frame()
1845 s->s.h.invisible = ssrc->s.h.invisible; in vp9_decode_update_thread_context()
H A Ddxva2_vp9.c60 ((h->h.invisible == 0) << 1) | in fill_picture_parameters()
H A Dvp8.c569 s->invisible = 0; in vp7_decode_frame_header()
727 s->invisible = !(buf[0] & 0x10); in vp8_decode_frame_header()
2665 s->invisible = 1; in vp78_decode_frame()
2802 if (!s->invisible) { in vp78_decode_frame()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc226 invisible = 0; in reset()
611 0, /* invisible */
1127 * @invisible: the invisible #hb_codepoint_t
1129 * Sets the #hb_codepoint_t that replaces invisible characters in
1138 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph()
1143 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1153 * The @buffer invisible #hb_codepoint_t
1160 return buffer->invisible; in hb_buffer_get_invisible_glyph()
1137 hb_buffer_set_invisible_glyph(hb_buffer_t *buffer, hb_codepoint_t invisible) hb_buffer_set_invisible_glyph() argument
[all...]
H A Dhb-ot-shape.cc850 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
852 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables()
854 /* Replace default-ignorables with a zero-advance invisible glyph. */ in hb_ot_hide_default_ignorables()
858 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
H A Dhb-buffer.h382 hb_codepoint_t invisible);
H A Dhb-buffer.hh95 hb_codepoint_t invisible; /* 0 or something else. */ member
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1864 invisible. If you don't like the way this looks, use
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1864 invisible. If you don't like the way this looks, use
/third_party/python/Lib/test/
H A Dtest_enum.py425 def invisible(self): member in _EnumTests.test_dir_on_sub_with_behavior_on_super.SuperEnum
429 self.assertTrue('invisible' not in dir(SubEnum))
430 self.assertTrue('invisible' in dir(SubEnum.sample))

Completed in 31 milliseconds