/third_party/libsnd/src/ |
D | mat4.c | 206 { 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()
|
D | pvf.c | 136 { char buffer [32] ; in pvf_read_header() local 137 int marker, channels, samplerate, bitwidth ; in pvf_read_header() local
|
D | wavlike.c | 280 { 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
|
D | sd2.c | 352 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
|
D | wav.c | 295 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/ |
D | test_event.cpp | 53 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/ |
D | mxg.c | 34 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/ |
D | jpegdec.c | 72 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/ |
D | jpegdec.c | 72 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/ |
D | gstrtpmp4vdepay.c | 146 GstBuffer *buffer; in gst_rtp_mp4v_depay_setcaps() local 168 gboolean marker; in gst_rtp_mp4v_depay_process() local
|
D | rtpulpfeccommon.c | 34 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
|
D | gstrtpj2kpay.c | 183 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()
|
D | gstrtph264depay.c | 771 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
|
D | gstrtph265pay.c | 469 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
|
D | gstrtph261pay.c | 803 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()
|
D | gstrtph265depay.c | 977 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
|
D | gstrtpjpegpay.c | 648 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/ |
D | SkJpegCodec.cpp | 34 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/ |
D | SkJpegCodec.cpp | 34 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/ |
D | gstflacparse.c | 755 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
|
D | gstdcaparse.c | 184 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/ |
D | jp2kcodestream.c | 846 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/ |
D | Context11.cpp | 189 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/ |
D | dtmf.c | 129 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/ |
D | Shader.cpp | 289 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
|