Home
last modified time | relevance | path

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

123

/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
Dsd2.c352 read_rsrc_str (const SD2_RSRC *prsrc, int offset, char * buffer, int buffer_len) in read_rsrc_str()
372 int k, marker, error = 0 ; in sd2_parse_rsrc_fork() local
Dwav.c295 uint32_t marker, chunk_size = 0, RIFFsize = 0, done = 0 ; in wav_read_header() local
1296 { char buffer [512] ; in wav_read_smpl_chunk() local
1479 { char buffer [512] ; in wav_read_acid_chunk() local
/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/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/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/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/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vdepay.c146 GstBuffer *buffer; in gst_rtp_mp4v_depay_setcaps() local
168 gboolean marker; in gst_rtp_mp4v_depay_process() local
Drtpulpfeccommon.c34 unsigned int marker:1; /* marker bit */ member
282 gboolean marker, guint8 pt, guint16 seq, guint32 timestamp, guint32 ssrc) in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
331 rtp_ulpfec_map_info_map (GstBuffer * buffer, RtpUlpFecMapInfo * info) in rtp_ulpfec_map_info_map()
367 GstBuffer *buffer = info->rtp.buffer; in rtp_ulpfec_map_info_unmap() local
Dgstrtpj2kpay.c183 guint8 marker = data[(*offset)++]; in gst_rtp_j2k_pay_scan_marker() local
209 GstRtpJ2KMarker marker; in find_pu_end() local
333 GstBuffer * buffer) in gst_rtp_j2k_pay_handle_buffer()
Dgstrtph264depay.c771 GstBuffer *buffer = NULL; in gst_rtp_h264_depay_allocate_output_buffer() local
845 gboolean keyframe, GstClockTime timestamp, gboolean marker) in gst_rtp_h264_depay_push()
878 GstClockTime in_timestamp, gboolean marker) in gst_rtp_h264_depay_handle_nal()
1048 gboolean marker; in gst_rtp_h264_depay_process() local
Dgstrtph265pay.c469 GstBuffer *buffer; in gst_rtp_h265_pay_setcaps() local
898 gboolean marker; in gst_rtp_h265_pay_payload_nal() local
1103 GstBuffer * buffer) in gst_rtp_h265_pay_handle_buffer()
1116 gboolean marker = FALSE; in gst_rtp_h265_pay_handle_buffer() local
Dgstrtph261pay.c803 gst_rtp_h261_pay_fragment_push (GstRtpH261Pay * pay, GstBuffer * buffer, in gst_rtp_h261_pay_fragment_push()
805 const Macroblock * last_mb_in_previous_packet, gboolean marker) in gst_rtp_h261_pay_fragment_push()
859 gst_rtp_h261_packetize_and_push (GstRtpH261Pay * pay, GstBuffer * buffer, in gst_rtp_h261_packetize_and_push()
873 gboolean marker; in gst_rtp_h261_packetize_and_push() local
981 gst_rtp_h261_pay_handle_buffer (GstRTPBasePayload * payload, GstBuffer * buffer) in gst_rtp_h261_pay_handle_buffer()
Dgstrtph265depay.c977 GstBuffer *buffer = NULL; in gst_rtp_h265_depay_allocate_output_buffer() local
1083 gboolean keyframe, GstClockTime timestamp, gboolean marker) in gst_rtp_h265_depay_push()
1112 GstClockTime in_timestamp, gboolean marker) in gst_rtp_h265_depay_handle_nal()
1271 gboolean marker; in gst_rtp_h265_depay_process() local
Dgstrtpjpegpay.c648 guint8 marker; in gst_rtp_jpeg_pay_scan_marker() local
661 GstBuffer * buffer) in gst_rtp_jpeg_pay_handle_buffer()
705 gint marker; in gst_rtp_jpeg_pay_handle_buffer() 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.c755 GstBuffer *buffer = frame->buffer; in gst_flac_parse_handle_frame() local
883 gst_flac_parse_handle_streaminfo (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_streaminfo()
972 GstBuffer * buffer) in gst_flac_parse_handle_vorbiscomment()
998 gst_flac_parse_handle_cuesheet (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_cuesheet()
1106 gst_flac_parse_handle_picture (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_picture()
1161 gst_flac_parse_handle_seektable (GstFlacParse * flacparse, GstBuffer * buffer) in gst_flac_parse_handle_seektable()
1242 GstBuffer *marker = NULL; in gst_flac_parse_handle_headers() local
1415 GstBuffer *marker, *streaminfo; in gst_flac_parse_generate_headers() local
1485 gst_flac_parse_reset_buffer_time_and_offset (GstBuffer * buffer) in gst_flac_parse_reset_buffer_time_and_offset()
1542 GstBuffer *buffer = frame->buffer, *sbuffer; in gst_flac_parse_parse_frame() local
Dgstdcaparse.c184 guint32 marker; in gst_dca_parse_parse_header() local
495 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

123