/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc-util.c | 328 gst_byte_writer_put_uint8 (b, DVB_PIXEL_DATA_TYPE_2BIT); in encode_rle2() 398 gst_byte_writer_put_uint8 (b, DVB_PIXEL_DATA_TYPE_END_OF_LINE); in encode_rle2() 417 gst_byte_writer_put_uint8 (b, DVB_PIXEL_DATA_TYPE_4BIT); in encode_rle4() 490 gst_byte_writer_put_uint8 (b, DVB_PIXEL_DATA_TYPE_END_OF_LINE); in encode_rle4() 504 gst_byte_writer_put_uint8 (b, DVB_PIXEL_DATA_TYPE_8BIT); in encode_rle8() 520 gst_byte_writer_put_uint8 (b, pix); in encode_rle8() 523 gst_byte_writer_put_uint8 (b, 0); in encode_rle8() 524 gst_byte_writer_put_uint8 (b, run_length); in encode_rle8() 527 gst_byte_writer_put_uint8 (b, 0); in encode_rle8() 528 gst_byte_writer_put_uint8 (b, 0x80 | run_length); in encode_rle8() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/ |
D | gstbasetsmuxjpeg2000.c | 92 gst_byte_writer_put_uint8 (&wr, private_data->Fic); in gst_base_ts_mux_prepare_jpeg2000() 94 gst_byte_writer_put_uint8 (&wr, private_data->Fio); in gst_base_ts_mux_prepare_jpeg2000() 101 gst_byte_writer_put_uint8 (&wr, (guint8) hours); in gst_base_ts_mux_prepare_jpeg2000() 102 gst_byte_writer_put_uint8 (&wr, (guint8) minutes); in gst_base_ts_mux_prepare_jpeg2000() 103 gst_byte_writer_put_uint8 (&wr, (guint8) seconds); in gst_base_ts_mux_prepare_jpeg2000() 104 gst_byte_writer_put_uint8 (&wr, 0x0); in gst_base_ts_mux_prepare_jpeg2000() 111 gst_byte_writer_put_uint8 (&wr, private_data->color_spec); in gst_base_ts_mux_prepare_jpeg2000() 113 gst_byte_writer_put_uint8 (&wr, 0xff); in gst_base_ts_mux_prepare_jpeg2000()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | bytewriter.c | 95 fail_unless (gst_byte_writer_put_uint8 (&writer, 0x12)); in GST_START_TEST() 110 fail_if (gst_byte_writer_put_uint8 (&writer, 0x12)); in GST_START_TEST() 114 fail_unless (gst_byte_writer_put_uint8 (&writer, 0xff)); in GST_START_TEST() 141 fail_unless (gst_byte_writer_put_uint8 (&writer, 0x12)); in GST_START_TEST() 158 fail_unless (gst_byte_writer_put_uint8 (&writer, 0xff)); in GST_START_TEST() 186 fail_unless (gst_byte_writer_put_uint8 (&writer, 0xff)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/ |
D | gstipcpipelinecomm.c | 294 if (!gst_byte_writer_put_uint8 (&bw, payload_type)) in gst_ipc_pipeline_comm_write_ack_to_fd() 361 if (!gst_byte_writer_put_uint8 (&bw, payload_type)) in gst_ipc_pipeline_comm_write_query_result_to_fd() 376 if (!gst_byte_writer_put_uint8 (&bw, result8)) in gst_ipc_pipeline_comm_write_query_result_to_fd() 385 if (!gst_byte_writer_put_uint8 (&bw, 0)) in gst_ipc_pipeline_comm_write_query_result_to_fd() 553 if (!gst_byte_writer_put_uint8 (&bw, payload_type)) in gst_ipc_pipeline_comm_write_buffer_to_fd() 770 if (!gst_byte_writer_put_uint8 (&bw, payload_type)) in gst_ipc_pipeline_comm_write_sink_message_event_to_fd() 817 if (!gst_byte_writer_put_uint8 (&bw, 0)) in gst_ipc_pipeline_comm_write_sink_message_event_to_fd() 940 if (!gst_byte_writer_put_uint8 (&bw, payload_type)) in gst_ipc_pipeline_comm_write_event_to_fd() 973 if (!gst_byte_writer_put_uint8 (&bw, upstream ? 1 : 0)) in gst_ipc_pipeline_comm_write_event_to_fd() 980 if (!gst_byte_writer_put_uint8 (&bw, 0)) in gst_ipc_pipeline_comm_write_event_to_fd() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmuxstream.c | 840 gst_byte_writer_put_uint8 (&writer, stream->color_spec); in tsmux_stream_default_get_es_descrs() 845 gst_byte_writer_put_uint8 (&writer, still_interlace_reserved); in tsmux_stream_default_get_es_descrs() 846 gst_byte_writer_put_uint8 (&writer, 0x00); /* private data byte */ in tsmux_stream_default_get_es_descrs()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 2148 hdl &= gst_byte_writer_put_uint8 (&bw, 0x01); /* version number */ in gst_codec_utils_opus_create_header() 2149 hdl &= gst_byte_writer_put_uint8 (&bw, channels); in gst_codec_utils_opus_create_header() 2153 hdl &= gst_byte_writer_put_uint8 (&bw, channel_mapping_family); in gst_codec_utils_opus_create_header() 2155 hdl &= gst_byte_writer_put_uint8 (&bw, stream_count); in gst_codec_utils_opus_create_header() 2156 hdl &= gst_byte_writer_put_uint8 (&bw, coupled_count); in gst_codec_utils_opus_create_header()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbytewriter.h | 137 gboolean gst_byte_writer_put_uint8 (GstByteWriter *writer, guint8 val); 411 #define gst_byte_writer_put_uint8(writer, val) \ macro
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 143 if (!gst_byte_writer_put_uint8 (&w, (guint8) CHANNEL_MESSAGE_OPEN)) in construct_open_packet() 159 if (!gst_byte_writer_put_uint8 (&w, (guint8) reliability)) in construct_open_packet() 201 if (!gst_byte_writer_put_uint8 (&w, (guint8) CHANNEL_MESSAGE_ACK)) in construct_ack_packet()
|
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjifmux.c | 665 writer_status &= gst_byte_writer_put_uint8 (writer, 0xff); in gst_jif_mux_recombine_image() 666 writer_status &= gst_byte_writer_put_uint8 (writer, m->marker); in gst_jif_mux_recombine_image()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvc1parse.c | 1607 ok &= gst_byte_writer_put_uint8 (&bw, 0x0D); in gst_vc1_parse_convert_asf_to_bdu() 1661 ok &= gst_byte_writer_put_uint8 (&bw, 0x80); /* keyframe */ in gst_vc1_parse_convert_to_frame_layer() 1663 ok &= gst_byte_writer_put_uint8 (&bw, 0x00); in gst_vc1_parse_convert_to_frame_layer()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 1215 gst_byte_writer_put_uint8 (bw, 0); in gst_avi_mux_end_chunk() 1459 hdl &= gst_byte_writer_put_uint8 (&bw, 0); /* index subtype */ in gst_avi_mux_riff_get_avi_header() 1460 hdl &= gst_byte_writer_put_uint8 (&bw, GST_AVI_INDEX_OF_INDEXES); /* index type */ in gst_avi_mux_riff_get_avi_header()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxftypes.c | 1394 gst_byte_writer_put_uint8 (&bw, segment->slice_count); in mxf_index_table_segment_to_buffer() 1398 gst_byte_writer_put_uint8 (&bw, segment->pos_table_count); in mxf_index_table_segment_to_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/flx/ |
D | gstflxdec.c | 565 if (!gst_byte_writer_put_uint8 (writer, opcode & 0xff)) in flx_decode_delta_flc()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 576 gst_byte_writer_put_uint8 (bw, 0); in gst_wavparse_tags_foreach()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 5800 hdl &= gst_byte_writer_put_uint8 (&bw, 0x00); /* version number */ in build_opus_extension() 5801 hdl &= gst_byte_writer_put_uint8 (&bw, channels); in build_opus_extension() 5805 hdl &= gst_byte_writer_put_uint8 (&bw, mapping_family); in build_opus_extension() 5807 hdl &= gst_byte_writer_put_uint8 (&bw, stream_count); in build_opus_extension() 5808 hdl &= gst_byte_writer_put_uint8 (&bw, coupled_count); in build_opus_extension()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 1387 handled &= gst_byte_writer_put_uint8 (&bw, pad->map.granuleshift); in gst_ogg_mux_make_fisbone()
|