Searched refs:byte_stream (Results 1 – 7 of 7) sorted by relevance
218 rtph264depay->byte_stream = DEFAULT_BYTE_STREAM; in gst_rtp_h264_depay_init()290 gint byte_stream = -1; in gst_rtp_h264_depay_negotiate() local305 byte_stream = FALSE; in gst_rtp_h264_depay_negotiate()307 byte_stream = TRUE; in gst_rtp_h264_depay_negotiate()326 if (byte_stream != -1) { in gst_rtp_h264_depay_negotiate()328 byte_stream); in gst_rtp_h264_depay_negotiate()329 rtph264depay->byte_stream = byte_stream; in gst_rtp_h264_depay_negotiate()333 rtph264depay->byte_stream = DEFAULT_BYTE_STREAM; in gst_rtp_h264_depay_negotiate()422 if (!rtph264depay->byte_stream && in gst_rtp_h264_set_src_caps()429 rtph264depay->byte_stream ? "byte-stream" : "avc", in gst_rtp_h264_set_src_caps()[all …]
158 rtph265depay->byte_stream = in gst_rtp_h265_depay_init()300 rtph265depay->byte_stream = in gst_rtp_h265_depay_negotiate()396 if (!rtph265depay->byte_stream && in gst_rtp_h265_set_src_caps()406 if (!rtph265depay->byte_stream) { in gst_rtp_h265_set_src_caps()520 data[21] = rtph265depay->byte_stream ? 0x00 : 0x03; in gst_rtp_h265_set_src_caps()635 if (rtph265depay->byte_stream) in gst_rtp_h265_set_src_caps()647 if (rtph265depay->byte_stream) in gst_rtp_h265_set_src_caps()841 if (rtph265depay->byte_stream && ps != NULL) { in gst_rtp_h265_depay_setcaps()888 } else if (!rtph265depay->byte_stream) { in gst_rtp_h265_depay_setcaps()1110 if (!rtph265depay->byte_stream) { in gst_rtp_h265_depay_handle_nal()[all …]
47 gboolean byte_stream; member
61 gboolean byte_stream; member
1355 "${GRPC_DIR}/src/core/lib/transport/byte_stream.cc",1356 "${GRPC_DIR}/src/core/lib/transport/byte_stream.h",1723 "${GRPC_DIR}/src/core/lib/transport/byte_stream.cc",1724 "${GRPC_DIR}/src/core/lib/transport/byte_stream.h",
1128 >>> byte_stream = io.BytesIO(1133 >>> buffer = byte_stream.getbuffer()1136 >>> print(byte_stream.getvalue())
22271 We keep the boolean byte_stream around since it's nicer for22272 readability and most of the code just cares about byte_stream