Home
last modified time | relevance | path

Searched refs:n_index (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.h110 guint n_index; member
Dgstoggstream.c1526 pad->n_index = isize; in gst_ogg_map_add_index()
1567 guint64 n_index; in gst_ogg_map_search_index() local
1574 n_index = pad->n_index; in gst_ogg_map_search_index()
1575 if (n_index == 0 || pad->index == NULL) in gst_ogg_map_search_index()
1582 gst_util_array_binary_search (pad->index, n_index, sizeof (GstOggIndex), in gst_ogg_map_search_index()
Dgstoggdemux.c346 if (pad->map.index != NULL && pad->map.n_index != 0) { in gst_ogg_pad_src_query()
350 idx = &pad->map.index[pad->map.n_index - 1]; in gst_ogg_pad_src_query()
633 beyond = ipad->map.n_index in gst_ogg_demux_chain_peer()
634 && ipad->map.index[ipad->map.n_index - 1].offset >= length; in gst_ogg_demux_chain_peer()
642 ipad->map.n_index = 0; in gst_ogg_demux_chain_peer()
646 while (ipad->map.n_index > 0 in gst_ogg_demux_chain_peer()
647 && ipad->map.index[ipad->map.n_index - 1].offset >= length) in gst_ogg_demux_chain_peer()
648 ipad->map.n_index--; in gst_ogg_demux_chain_peer()
649 if (ipad->map.n_index == 0) { in gst_ogg_demux_chain_peer()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTessellation.cpp1265 for (unsigned int n_index = interleave_rate; n_index < bo_size; n_index += interleave_rate) in initRun() local
1267 bo_contents[n_index] = restart_index; in initRun()
1270 n_index++; in initRun()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp3521 for (unsigned short n_index = 0; n_index < (unsigned short)m_n_batches; ++n_index) in initBuffers() local
3523 m_bo_index_data[n_index] = (unsigned short)((unsigned short)(m_n_batches - 1) - n_index); in initBuffers()
Dgl4cSparseBufferTests.cpp6028 for (unsigned int n_index = 0; n_index < m_n_vertices_per_instance + 1; ++n_index) in initTestData() local
6030 m_index_data[n_index] = m_n_vertices_per_instance - n_index; in initTestData()