Searched refs:GST_BIT_WRITER_BIT_SIZE (Results 1 – 3 of 3) sorted by relevance
360 if ((GST_BIT_WRITER_BIT_SIZE (&nw->bw) >> 3) == 0) { in nal_writer_reset_and_get_memory()365 if ((GST_BIT_WRITER_BIT_SIZE (&nw->bw) & 0x7) != 0) { in nal_writer_reset_and_get_memory()372 size = GST_BIT_WRITER_BIT_SIZE (&nw->bw) >> 3; in nal_writer_reset_and_get_memory()381 guint pos = (GST_BIT_WRITER_BIT_SIZE (&bw) >> 3); in nal_writer_reset_and_get_memory()
34 #define GST_BIT_WRITER_BIT_SIZE(writer) ((writer)->bit_size) macro214 return GST_BIT_WRITER_BIT_SIZE (bitwriter); in gst_bit_writer_get_size_unchecked()226 GST_BIT_WRITER_BIT_SIZE (bitwriter) = pos; in gst_bit_writer_set_pos_unchecked()
1019 g_assert (GST_BIT_WRITER_BIT_SIZE (&bs) % 8 == 0); in gst_av1_parse_convert_to_annexb()1022 len += GST_BIT_WRITER_BIT_SIZE (&bs) / 8; in gst_av1_parse_convert_to_annexb()1032 GST_BIT_WRITER_BIT_SIZE (&bs) / 8); in gst_av1_parse_convert_to_annexb()1033 offset += GST_BIT_WRITER_BIT_SIZE (&bs) / 8; in gst_av1_parse_convert_to_annexb()1102 g_assert (GST_BIT_WRITER_BIT_SIZE (&bs) % 8 == 0); in gst_av1_parse_convert_from_annexb()1107 GST_BIT_WRITER_BIT_SIZE (&bs) / 8); in gst_av1_parse_convert_from_annexb()1108 offset += GST_BIT_WRITER_BIT_SIZE (&bs) / 8; in gst_av1_parse_convert_from_annexb()