Home
last modified time | relevance | path

Searched refs:invisible (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/ffmpeg/libavcodec/
Dvp9_superframe_bsf.c105 int res, invisible, profile, marker, uses_superframe_syntax = 0, n; in vp9_superframe_filter() local
128 invisible = 0; in vp9_superframe_filter()
131 invisible = !get_bits1(&gb); in vp9_superframe_filter()
139 } else if ((!invisible || uses_superframe_syntax) && !s->n_cache) { in vp9_superframe_filter()
151 if (invisible) { in vp9_superframe_filter()
Dvp9_superframe_split_bsf.c91 int profile, invisible = 0; in vp9_superframe_split_filter() local
117 invisible = !get_bits1(&gb); in vp9_superframe_split_filter()
120 if (invisible) in vp9_superframe_split_filter()
Dnvdec_vp8.c75 !h->invisible, // show_frame in nvdec_vp8_start_frame()
Dvp9shared.h99 uint8_t invisible; member
Dvp8.h284 int invisible; member
Dvaapi_vp9.c57 .show_frame = !h->h.invisible, in vaapi_vp9_start_frame()
Dnvdec_vp9.c68 .showFrame = !h->h.invisible, in nvdec_vp9_start_frame()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp8enc.c75 GList *invisible; member
94 g_list_foreach (user_data->invisible, (GFunc) _gst_mini_object_unref0, NULL); in gst_vp8_enc_user_data_free()
95 g_list_free (user_data->invisible); in gst_vp8_enc_user_data_free()
336 vp8_user_data->invisible = g_list_append (vp8_user_data->invisible, buffer); in gst_vp8_enc_handle_invisible_frame_buffer()
448 for (inv_count = 0, l = user_data->invisible; l; inv_count++, l = l->next) { in gst_vp8_enc_pre_push()
453 if (l == user_data->invisible in gst_vp8_enc_pre_push()
489 if (!user_data->invisible && GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT (frame)) { in gst_vp8_enc_pre_push()
/third_party/giflib/doc/gifstandard/
Dgif89a.css12 table.invisible {
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape.cc679 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
681 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables()
687 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
Dhb-buffer.cc227 invisible = 0; in reset()
1198 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument
1203 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1220 return buffer->invisible; in hb_buffer_get_invisible_glyph()
Dhb-buffer.h354 hb_codepoint_t invisible);
/third_party/harfbuzz/src/
Dhb-ot-shape.cc789 hb_codepoint_t invisible = buffer->invisible; in hb_ot_hide_default_ignorables() local
791 (invisible || font->get_nominal_glyph (' ', &invisible))) in hb_ot_hide_default_ignorables()
797 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
Dhb-buffer.cc225 invisible = 0; in reset()
1151 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument
1156 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1173 return buffer->invisible; in hb_buffer_get_invisible_glyph()
/third_party/skia/third_party/externals/harfbuzz/src/
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()
858 info[i].codepoint = invisible; in hb_ot_hide_default_ignorables()
Dhb-buffer.cc226 invisible = 0; in reset()
1138 hb_codepoint_t invisible) in hb_buffer_set_invisible_glyph() argument
1143 buffer->invisible = invisible; in hb_buffer_set_invisible_glyph()
1160 return buffer->invisible; in hb_buffer_get_invisible_glyph()
/third_party/ffmpeg/libavformat/
Dbintext.c133 int invisible = 0; in bin_probe() local
160 invisible ++; in bin_probe()
/third_party/python/Misc/NEWS.d/
D3.10.0.rst72 (https://invisible-island.net/ncurses/NEWS.html#index-t20170401). The
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.occlusion_query.txt43 If targets are invisible, i.e. red color does not appear in the
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fragments_instrument.txt60 * We say that invisible fragments culled early as an
116 optimization had been invisible from a GL spec point of view and
DGLX_SGIX_visual_select_group.txt42 invisible to users so can't be queried by glXGetConfig or
/third_party/openGLES/extensions/SGIX/
DSGIX_fragments_instrument.txt60 * We say that invisible fragments culled early as an
116 optimization had been invisible from a GL spec point of view and
DGLX_SGIX_visual_select_group.txt42 invisible to users so can't be queried by glXGetConfig or
/third_party/python/Doc/library/
Dcurses.panel.rst83 screen invisible.
/third_party/boost/libs/asio/doc/overview/
Dthreads.qbk32 these threads must be invisible to the library user. In particular, the threads:

123456