Home
last modified time | relevance | path

Searched refs:out_offset (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c218 GstBuffer * outbuf, guint out_offset, guint num_samples);
292 GstBuffer * outbuf, guint out_offset, guint num_frames) in gst_audiomixer_aggregate_one_buffer() argument
316 num_frames * bpf, out_offset * bpf, in_offset * bpf); in gst_audiomixer_aggregate_one_buffer()
322 audiomixer_orc_add_u8 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
327 audiomixer_orc_add_s8 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
332 audiomixer_orc_add_u16 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
337 audiomixer_orc_add_s16 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
342 audiomixer_orc_add_u32 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
347 audiomixer_orc_add_s32 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
352 audiomixer_orc_add_f32 ((gpointer) (outmap.data + out_offset * bpf), in gst_audiomixer_aggregate_one_buffer()
[all …]
Dgstaudiointerleave.c163 GstBuffer * outbuf, guint out_offset, guint num_samples);
813 GstBuffer * outbuf, guint out_offset, guint num_frames) in gst_audio_interleave_aggregate_one_buffer() argument
836 out_offset * out_bpf, in_offset * in_bpf); in gst_audio_interleave_aggregate_one_buffer()
844 outdata = outmap.data + (out_offset * out_bpf) + (out_width * channel); in gst_audio_interleave_aggregate_one_buffer()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dmpegtsmux_aac.c98 gsize out_offset = 0; in mpegtsmux_prepare_aac() local
143 gst_buffer_fill (out_buf, out_offset, adts_header, 7); in mpegtsmux_prepare_aac()
144 out_offset += 7; in mpegtsmux_prepare_aac()
149 gst_buffer_fill (out_buf, out_offset, buf_map.data, buf_map.size); in mpegtsmux_prepare_aac()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dservice_provider_dir.cc35 uint64_t* out_offset, in Readdir() argument
39 return root_->Readdir(offset, data, len, out_offset, out_actual); in Readdir()
Dservice_provider_dir.h48 uint64_t* out_offset,
/third_party/lwip/src/core/
Dpbuf.c95 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset);
1154 u16_t out_offset; in pbuf_get_contiguous() local
1160 q = pbuf_skip_const(p, offset, &out_offset); in pbuf_get_contiguous()
1162 if (q->len >= (out_offset + len)) { in pbuf_get_contiguous()
1164 return (u8_t *)q->payload + out_offset; in pbuf_get_contiguous()
1167 if (pbuf_copy_partial(q, buffer, len, out_offset) != len) { in pbuf_get_contiguous()
1229 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip_const() argument
1239 if (out_offset != NULL) { in pbuf_skip_const()
1240 *out_offset = offset_left; in pbuf_skip_const()
1255 pbuf_skip(struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip() argument
[all …]
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c114 int in_offset = 0, out_offset = 0; in run_test() local
205 memcpy(raw_out + out_offset, out_frame->data[0], out_frame_bytes); in run_test()
206 out_offset += out_frame_bytes; in run_test()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgsttagdemux.c379 guint64 out_offset, boffset; in gst_tag_demux_trim_buffer() local
383 boffset = out_offset = GST_BUFFER_OFFSET (buf); in gst_tag_demux_trim_buffer()
398 if (out_offset >= v1tag_offset) { in gst_tag_demux_trim_buffer()
403 if (out_offset + out_size > v1tag_offset) { in gst_tag_demux_trim_buffer()
404 out_size = v1tag_offset - out_offset; in gst_tag_demux_trim_buffer()
412 if (out_offset <= tagdemux->priv->strip_start) { in gst_tag_demux_trim_buffer()
413 if (out_offset + out_size <= tagdemux->priv->strip_start) { in gst_tag_demux_trim_buffer()
418 trim_start = tagdemux->priv->strip_start - out_offset; in gst_tag_demux_trim_buffer()
420 out_offset = 0; in gst_tag_demux_trim_buffer()
422 out_offset -= tagdemux->priv->strip_start; in gst_tag_demux_trim_buffer()
[all …]
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff2.c255 FT_ULong* out_offset, in pad4() argument
259 FT_ULong dest_offset = *out_offset; in pad4()
276 *out_offset = dest_offset; in pad4()
762 FT_ULong* out_offset, in store_loca() argument
767 FT_ULong dest_offset = *out_offset; in store_loca()
804 *out_offset = dest_offset; in store_loca()
825 FT_ULong* out_offset, in reconstruct_glyf() argument
847 const FT_ULong glyf_start = *out_offset; in reconstruct_glyf()
848 FT_ULong dest_offset = *out_offset; in reconstruct_glyf()
1218 *out_offset = dest_offset; in reconstruct_glyf()
[all …]
/third_party/freetype/src/sfnt/
Dsfwoff2.c257 FT_ULong* out_offset, in pad4() argument
261 FT_ULong dest_offset = *out_offset; in pad4()
278 *out_offset = dest_offset; in pad4()
773 FT_ULong* out_offset, in store_loca() argument
778 FT_ULong dest_offset = *out_offset; in store_loca()
815 *out_offset = dest_offset; in store_loca()
836 FT_ULong* out_offset, in reconstruct_glyf() argument
858 const FT_ULong glyf_start = *out_offset; in reconstruct_glyf()
859 FT_ULong dest_offset = *out_offset; in reconstruct_glyf()
1229 *out_offset = dest_offset; in reconstruct_glyf()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.c172 gint out_offset; in gst_geometric_transform_do_map() local
174 out_offset = y * gt->row_stride + x * gt->pixel_stride; in gst_geometric_transform_do_map()
204 memcpy (out_data + out_offset, in_data + in_offset, gt->pixel_stride); in gst_geometric_transform_do_map()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-scaler.h68 guint out_offset,
Dvideo-scaler.c314 guint out_offset, guint * in_offset, guint * n_taps) in gst_video_scaler_get_coeff() argument
319 g_return_val_if_fail (out_offset < scale->resampler.out_size, NULL); in gst_video_scaler_get_coeff()
321 offset = scale->resampler.offset[out_offset]; in gst_video_scaler_get_coeff()
322 phase = scale->resampler.phase[out_offset]; in gst_video_scaler_get_coeff()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.h208 GstBuffer * outbuf, guint out_offset, guint num_frames);
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c349 const size_t out_offset = in WebPAnimDecoderGetNext() local
355 buf->rgba = dec->curr_frame_ + out_offset; in WebPAnimDecoderGetNext()
/third_party/lwip/src/include/lwip/
Dpbuf.h301 struct pbuf *pbuf_skip(struct pbuf* in, u16_t in_offset, u16_t* out_offset);
/third_party/skia/third_party/externals/libwebp/src/demux/
Danim_decode.c358 const uint64_t out_offset = (uint64_t)iter.y_offset * stride + in WebPAnimDecoderGetNext() local
366 buf->rgba = dec->curr_frame_ + out_offset; in WebPAnimDecoderGetNext()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggdemux.c514 guint64 out_offset, out_offset_end; in gst_ogg_demux_chain_peer() local
675 out_offset = 0; in gst_ogg_demux_chain_peer()
706 out_offset = -1; in gst_ogg_demux_chain_peer()
788 out_offset = in gst_ogg_demux_chain_peer()
832 GST_BUFFER_OFFSET (buf) = out_offset; in gst_ogg_demux_chain_peer()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c292 guint64 out_offset; member
1353 priv->out_offset = offset; in gst_rtp_jitter_buffer_set_active()
1355 GST_TIME_ARGS (priv->out_offset)); in gst_rtp_jitter_buffer_set_active()
2082 timestamp += priv->out_offset; in apply_offset()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavidemux.c5260 guint64 out_offset, out_offset_end; local
5286 out_offset = stream->current_offset;
5345 GST_BUFFER_OFFSET (buf) = out_offset;
5367 GST_TIME_ARGS (duration), out_offset, out_offset_end);
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1692 bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* o… in GetMouseCursorTexData() argument
1705 *out_offset = FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[cursor_type][2]; in GetMouseCursorTexData()
Dimgui_widgets.cpp105 …in, const ImWchar* text_end, const ImWchar** remaining = NULL, ImVec2* out_offset = NULL, bool sto…
2853 …ext_begin, const ImWchar* text_end, const ImWchar** remaining, ImVec2* out_offset, bool stop_on_ne… in InputTextCalcTextSizeW() argument
2885 if (out_offset) in InputTextCalcTextSizeW()
2886 …*out_offset = ImVec2(line_width, text_size.y + line_height); // offset allow for the possibility … in InputTextCalcTextSizeW()
Dimgui.h2041 …IMGUI_API bool GetMouseCursorTexData(ImGuiMouseCursor cursor, ImVec2* out_offset, ImVec2* out…
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp129 …in, const ImWchar* text_end, const ImWchar** remaining = NULL, ImVec2* out_offset = NULL, bool sto…
3614 …ext_begin, const ImWchar* text_end, const ImWchar** remaining, ImVec2* out_offset, bool stop_on_ne… in InputTextCalcTextSizeW() argument
3647 if (out_offset) in InputTextCalcTextSizeW()
3648 …*out_offset = ImVec2(line_width, text_size.y + line_height); // offset allow for the possibility … in InputTextCalcTextSizeW()
Dimgui_draw.cpp2232 bool ImFontAtlas::GetMouseCursorTexData(ImGuiMouseCursor cursor_type, ImVec2* out_offset, ImVec2* o… in GetMouseCursorTexData() argument
2244 *out_offset = FONT_ATLAS_DEFAULT_TEX_CURSOR_DATA[cursor_type][2]; in GetMouseCursorTexData()

12