Home
last modified time | relevance | path

Searched +defs:marker +defs:buffer (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/libsnd/src/
Dmat4.c206 { char buffer [256] ; in mat4_read_header() local
207 uint32_t marker, namesize ; in mat4_read_header() local
367 mat4_marker_to_str (int marker) in mat4_marker_to_str()
Dpvf.c136 { char buffer [32] ; in pvf_read_header() local
137 int marker, channels, samplerate, bitwidth ; in pvf_read_header() local
Dwavlike.c280 { char buffer [128] ; in wavlike_read_fmt_chunk() local
324 { char buffer [512] ; in wavlike_read_fmt_chunk() local
505 { unsigned char buffer [4096] ; in wavlike_analyze() local
931 char buffer [2048] ; in wavlike_subchunk_parse() local
1187 { char buffer [256] ; in wavlike_read_peak_chunk() local
1272 { uint32_t marker, dword = 0, vmajor = -1, vminor = -1, bytesread = 0 ; in exif_subchunk_parse() local
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c34 struct rgp_sqtt_marker_general_api marker = {0}; in radv_write_begin_general_api_marker() local
47 struct rgp_sqtt_marker_general_api marker = {0}; in radv_write_end_general_api_marker() local
62 struct rgp_sqtt_marker_event marker = {0}; in radv_write_event_marker() local
90 struct rgp_sqtt_marker_event_with_dims marker = {0}; in radv_write_event_with_dims_marker() local
114 struct rgp_sqtt_marker_user_event marker = {0}; in radv_write_user_event_marker() local
122 struct rgp_sqtt_marker_user_event_with_length marker = {0}; in radv_write_user_event_marker() local
127 uint8_t *buffer = alloca(sizeof(marker) + marker.length); in radv_write_user_event_marker() local
141 struct rgp_sqtt_marker_cb_start marker = {0}; in radv_describe_begin_cmd_buffer() local
164 struct rgp_sqtt_marker_cb_end marker = {0}; in radv_describe_end_cmd_buffer() local
227 struct rgp_sqtt_marker_barrier_end marker = {0}; in radv_describe_barrier_end_delayed() local
[all …]
/third_party/boost/libs/compute/test/
Dtest_event.cpp53 boost::compute::event marker = queue.enqueue_marker(); in BOOST_AUTO_TEST_CASE() local
73 boost::compute::event marker = queue.enqueue_marker(); in BOOST_AUTO_TEST_CASE() local
125 boost::compute::buffer buffer(context, 1000 * sizeof(float)); in BOOST_AUTO_TEST_CASE() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sqtt.c782 struct rgp_sqtt_marker_event marker = {0}; in si_sqtt_write_event_marker() local
812 struct rgp_sqtt_marker_event_with_dims marker = {0}; in si_write_event_with_dims_marker() local
831 struct rgp_sqtt_marker_barrier_start marker = {0}; in si_sqtt_describe_barrier_start() local
844 struct rgp_sqtt_marker_barrier_end marker = {0}; in si_sqtt_describe_barrier_end() local
887 struct rgp_sqtt_marker_user_event marker = { 0 }; in si_write_user_event() local
894 struct rgp_sqtt_marker_user_event_with_length marker = { 0 }; in si_write_user_event() local
900 uint8_t *buffer = alloca(sizeof(marker) + marker.length); in si_write_user_event() local
1056 struct rgp_sqtt_marker_pipeline_bind marker = {0}; in si_sqtt_describe_pipeline_bind() local
/third_party/ffmpeg/libavformat/
Dmxg.c34 uint8_t *buffer; member
105 uint8_t *buffer; in mxg_update_cache() local
136 uint8_t *startmarker_ptr, *end, *search_end, marker; in mxg_read_packet() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vdepay.c149 GstBuffer *buffer; in gst_rtp_mp4v_depay_setcaps() local
171 gboolean marker; in gst_rtp_mp4v_depay_process() local
Dgstrtph265pay.c575 GstBuffer *buffer; in gst_rtp_h265_pay_setcaps() local
1021 gboolean marker; in gst_rtp_h265_pay_payload_nal() local
1128 GstBuffer * paybuf, GstClockTime dts, GstClockTime pts, gboolean marker) in gst_rtp_h265_pay_payload_nal_single()
1165 GstBuffer * paybuf, GstClockTime dts, GstClockTime pts, gboolean marker, in gst_rtp_h265_pay_payload_nal_fragment()
1249 gst_rtp_h265_pay_send_bundle (GstRtpH265Pay * rtph265pay, gboolean marker) in gst_rtp_h265_pay_send_bundle()
1336 gboolean marker, guint8 nal_type, const guint8 * nal_header, int size) in gst_rtp_h265_pay_payload_nal_bundle()
1440 GstBuffer * buffer) in gst_rtp_h265_pay_handle_buffer()
1452 gboolean marker = FALSE; in gst_rtp_h265_pay_handle_buffer() local
Drtpulpfeccommon.c34 unsigned int marker:1; /* marker bit */ member
288 gboolean marker, guint8 pt, guint16 seq, guint32 timestamp, guint32 ssrc) in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
337 rtp_ulpfec_map_info_map (GstBuffer * buffer, RtpUlpFecMapInfo * info) in rtp_ulpfec_map_info_map()
373 GstBuffer *buffer = info->rtp.buffer; in rtp_ulpfec_map_info_unmap() local
Dgstrtpj2kpay.c186 guint8 marker = data[(*offset)++]; in gst_rtp_j2k_pay_scan_marker() local
212 GstRtpJ2KMarker marker; in find_pu_end() local
336 GstBuffer * buffer) in gst_rtp_j2k_pay_handle_buffer()
Dgstrtph261pay.c806 gst_rtp_h261_pay_fragment_push (GstRtpH261Pay * pay, GstBuffer * buffer, in gst_rtp_h261_pay_fragment_push()
808 const Macroblock * last_mb_in_previous_packet, gboolean marker) in gst_rtp_h261_pay_fragment_push()
863 gst_rtp_h261_packetize_and_push (GstRtpH261Pay * pay, GstBuffer * buffer, in gst_rtp_h261_packetize_and_push()
877 gboolean marker; in gst_rtp_h261_packetize_and_push() local
985 gst_rtp_h261_pay_handle_buffer (GstRTPBasePayload * payload, GstBuffer * buffer) in gst_rtp_h261_pay_handle_buffer()
Dgstrtph265depay.c953 GstBuffer *buffer = NULL; in gst_rtp_h265_depay_allocate_output_buffer() local
1059 gboolean keyframe, GstClockTime timestamp, gboolean marker) in gst_rtp_h265_depay_push()
1088 GstClockTime in_timestamp, gboolean marker) in gst_rtp_h265_depay_handle_nal()
1248 gboolean marker; in gst_rtp_h265_depay_process() local
Dgstrtph264depay.c882 GstBuffer *buffer = NULL; in gst_rtp_h264_depay_allocate_output_buffer() local
956 gboolean keyframe, GstClockTime timestamp, gboolean marker) in gst_rtp_h264_depay_push()
989 GstClockTime in_timestamp, gboolean marker) in gst_rtp_h264_depay_handle_nal()
1183 gboolean marker; in gst_rtp_h264_depay_process() local
Dgstrtpjpegpay.c697 guint8 marker = parse_mem_inc_offset_guint8 (memory); in gst_rtp_jpeg_pay_scan_marker() local
716 GstBuffer * buffer) in gst_rtp_jpeg_pay_handle_buffer()
757 gint marker; in gst_rtp_jpeg_pay_handle_buffer() local
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Djpegdec.c72 jpeg_saved_marker_ptr marker; in StoreICCP() local
153 int marker; in ExtractMetadataFromJPEG() member
165 jpeg_saved_marker_ptr marker; in ExtractMetadataFromJPEG() local
267 JSAMPROW buffer[1]; in ReadJPEG() local
/third_party/skia/third_party/externals/libwebp/imageio/
Djpegdec.c72 jpeg_saved_marker_ptr marker; in StoreICCP() local
153 int marker; in ExtractMetadataFromJPEG() member
165 jpeg_saved_marker_ptr marker; in ExtractMetadataFromJPEG() local
267 JSAMPROW buffer[1]; in ReadJPEG() local
/third_party/skia/src/codec/
DSkJpegCodec.cpp34 bool SkJpegCodec::IsJpeg(const void* buffer, size_t bytesRead) { in IsJpeg()
42 static bool is_orientation_marker(jpeg_marker_struct* marker, SkEncodedOrigin* orientation) { in is_orientation_marker()
60 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in get_exif_orientation() local
69 static bool is_icc_marker(jpeg_marker_struct* marker) { in is_icc_marker()
92 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in read_color_profile() local
132 jpeg_marker_struct* marker = markerSequence[i]; in read_color_profile() local
/third_party/flutter/skia/src/codec/
DSkJpegCodec.cpp34 bool SkJpegCodec::IsJpeg(const void* buffer, size_t bytesRead) { in IsJpeg()
50 static bool is_orientation_marker(jpeg_marker_struct* marker, SkEncodedOrigin* orientation) { in is_orientation_marker()
111 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in get_exif_orientation() local
120 static bool is_icc_marker(jpeg_marker_struct* marker) { in is_icc_marker()
143 for (jpeg_marker_struct* marker = dinfo->marker_list; marker; marker = marker->next) { in read_color_profile() local
183 jpeg_marker_struct* marker = markerSequence[i]; in read_color_profile() local
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c757 GstBuffer *buffer = frame->buffer; in gst_flac_parse_handle_frame() local
885 gst_flac_parse_handle_streaminfo (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_streaminfo()
974 GstBuffer * buffer) in gst_flac_parse_handle_vorbiscomment()
1000 gst_flac_parse_handle_cuesheet (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_cuesheet()
1108 gst_flac_parse_handle_picture (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_picture()
1174 gst_flac_parse_handle_seektable (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_seektable()
1255 GstBuffer *marker = NULL; in gst_flac_parse_handle_headers() local
1432 GstBuffer *marker, *streaminfo; in gst_flac_parse_generate_headers() local
1502 gst_flac_parse_reset_buffer_time_and_offset (GstBuffer * buffer) in gst_flac_parse_reset_buffer_time_and_offset()
1559 GstBuffer *buffer = frame->buffer, *sbuffer; in gst_flac_parse_parse_frame() local
Dgstdcaparse.c187 guint32 marker; in gst_dca_parse_parse_header() local
498 gst_dca_parse_chain_priv (GstPad * pad, GstObject * parent, GstBuffer * buffer) in gst_dca_parse_chain_priv()
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/
Djp2kcodestream.c846 guint16 marker = 0, length; in parse_packet() local
1008 guint16 marker = 0; in parse_packets() local
1041 guint16 marker = 0, length; in parse_tile() local
1305 guint16 marker, const Buffer * buffer) in write_marker_buffer()
1433 guint16 marker = 0, length = 0; in parse_main_header() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp189 Buffer11 *buffer = new Buffer11(state, mRenderer); in createBuffer() local
439 void Context11::insertEventMarker(GLsizei length, const char *marker) in insertEventMarker()
444 void Context11::pushGroupMarker(GLsizei length, const char *marker) in pushGroupMarker()
452 const char *marker = nullptr; in popGroupMarker() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddtmf.c129 send_rtp_packet (GstPad * src, guint timestamp, gboolean marker, gboolean end, in send_rtp_packet()
275 GstBuffer *buffer; in check_rtp_buffer() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp289 std::ostringstream buffer; in string() local
446 std::ostringstream buffer; in relativeString() local
463 std::ostringstream buffer; in relativeString() local
514 std::ostringstream buffer; in string() local
1029 std::ostringstream buffer; in string() local
1803 bool marker = false; in markFunctionAnalysis() local

1234