Lines Matching refs:sliced
430 const guint8 * const vps = sliced ? h265_128x128_sliced_vps : h265_128x128_vps; \
431 const guint8 * const sps = sliced ? h265_128x128_sliced_sps : h265_128x128_sps; \
432 const guint8 * const pps = sliced ? h265_128x128_sliced_pps : h265_128x128_pps; \
433 const gsize vps_size = sliced ? sizeof (h265_128x128_sliced_vps) : sizeof (h265_128x128_vps); \
434 const gsize sps_size = sliced ? sizeof (h265_128x128_sliced_sps) : sizeof (h265_128x128_sps); \
435 const gsize pps_size = sliced ? sizeof (h265_128x128_sliced_pps) : sizeof (h265_128x128_pps)
438 …const guint8 * const slice_1 = sliced ? h265_128x128_slice_1_idr_n_lp : h265_128x128_slice_idr_n_l…
439 const guint8 * const slice_2 = sliced ? h265_128x128_slice_2_idr_n_lp : NULL; \
440 …const gsize slice_1_size = sliced ? sizeof (h265_128x128_slice_1_idr_n_lp) : sizeof (h265_128x128_…
441 const gsize slice_2_size = sliced ? sizeof (h265_128x128_slice_2_idr_n_lp) : 0
449 bytestream_push_first_au_inalign_nal (GstHarness * h, gboolean sliced) in bytestream_push_first_au_inalign_nal() argument
467 if (sliced) { in bytestream_push_first_au_inalign_nal()
474 bytestream_push_first_au_inalign_au (GstHarness * h, gboolean sliced) in bytestream_push_first_au_inalign_au() argument
480 buf = composite_buffer (10, 0, sliced ? 5 : 4, in bytestream_push_first_au_inalign_au()