Home
last modified time | relevance | path

Searched refs:pos_min (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavformat/
Dyop.c184 int64_t frame_pos, pos_min, pos_max; in yop_read_seek() local
190 pos_min = s->internal->data_offset; in yop_read_seek()
192 frame_count = (pos_max - pos_min) / yop->frame_size; in yop_read_seek()
196 frame_pos = timestamp * yop->frame_size + pos_min; in yop_read_seek()
Dutils.c2149 int64_t av_uninit(pos_min), av_uninit(pos_max), pos, pos_limit; in ff_seek_frame_binary()
2176 pos_min = e->pos; in ff_seek_frame_binary()
2179 pos_min, av_ts2str(ts_min)); in ff_seek_frame_binary()
2198 pos = ff_gen_search(s, stream_index, target_ts, pos_min, pos_max, pos_limit, in ff_seek_frame_binary()
2252 int64_t pos_min, int64_t pos_max, int64_t pos_limit, in ff_gen_search() argument
2266 pos_min = s->internal->data_offset; in ff_gen_search()
2267 ts_min = ff_read_timestamp(s, stream_index, &pos_min, INT64_MAX, read_timestamp); in ff_gen_search()
2274 return pos_min; in ff_gen_search()
2291 while (pos_min < pos_limit) { in ff_gen_search()
2294 pos_min, pos_max, av_ts2str(ts_min), av_ts2str(ts_max)); in ff_gen_search()
[all …]
Davidec.c1828 int64_t pos, pos_min; in avi_read_seek() local
1881 pos_min = pos; in avi_read_seek()
1909 pos_min = FFMIN(pos_min,ast2->seek_pos); in avi_read_seek()
1924 while (!avi->non_interleaved && index>0 && st2->index_entries[index-1].pos >= pos_min) in avi_read_seek()
1930 if (avio_seek(s->pb, pos_min, SEEK_SET) < 0) { in avi_read_seek()
Dinternal.h604 int64_t target_ts, int64_t pos_min,
/third_party/quickjs/
Djscompress.c669 int pos, i, match_len, match_pos, pos_min, len_max; in find_longest_match() local
674 pos_min = max_int(cur_pos - DIST_MAX - 1, 0); in find_longest_match()
676 while (pos >= pos_min) { in find_longest_match()
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp2750 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx() argument
2753 ImVec2 pos = pos_min; in RenderTextClippedEx()
2756 const ImVec2* clip_min = clip_rect ? &clip_rect->Min : &pos_min; in RenderTextClippedEx()
2778 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped() argument
2788 …RenderTextClippedEx(window->DrawList, pos_min, pos_max, text, text_display_end, text_size_if_known… in RenderTextClipped()
2790 LogRenderedText(&pos_min, text, text_display_end); in RenderTextClipped()
2797 void ImGui::RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max,… in RenderTextEllipsis() argument
2808 if (text_size.x > pos_max.x - pos_min.x) in RenderTextEllipsis()
2840 …t_avail_width = ImMax((ImMax(pos_max.x, ellipsis_max_x) - ellipsis_total_width) - pos_min.x, 1.0f); in RenderTextEllipsis()
2856 …RenderTextClippedEx(draw_list, pos_min, ImVec2(clip_max_x, pos_max.y), text, text_end_ellipsis, &t… in RenderTextEllipsis()
[all …]
Dimgui_internal.h2643 …IMGUI_API void RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char…
2644 …IMGUI_API void RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const Im…
2645 …IMGUI_API void RenderTextEllipsis(ImDrawList* draw_list, const ImVec2& pos_min, const ImV…
/third_party/mesa3d/src/imgui/
Dimgui_internal.h1443 …IMGUI_API void RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char…
1444 …IMGUI_API void RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const Im…
Dimgui.cpp2329 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx() argument
2332 ImVec2 pos = pos_min; in RenderTextClippedEx()
2335 const ImVec2* clip_min = clip_rect ? &clip_rect->Min : &pos_min; in RenderTextClippedEx()
2357 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped() argument
2367 …RenderTextClippedEx(window->DrawList, pos_min, pos_max, text, text_display_end, text_size_if_known… in RenderTextClipped()
2369 LogRenderedText(&pos_min, text, text_display_end); in RenderTextClipped()
4657 …ImVec2 pos_min = ImLerp(corner_target, window->Pos, corner_norm); // Expected windo… in CalcResizePosSizeFromAnyCorner() local
4659 ImVec2 size_expected = pos_max - pos_min; in CalcResizePosSizeFromAnyCorner()
4661 *out_pos = pos_min; in CalcResizePosSizeFromAnyCorner()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h1396 …IMGUI_API void RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char…
1397 …IMGUI_API void RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const Im…
Dimgui.cpp2273 void ImGui::RenderTextClippedEx(ImDrawList* draw_list, const ImVec2& pos_min, const ImVec2& pos_max… in RenderTextClippedEx() argument
2276 ImVec2 pos = pos_min; in RenderTextClippedEx()
2279 const ImVec2* clip_min = clip_rect ? &clip_rect->Min : &pos_min; in RenderTextClippedEx()
2301 void ImGui::RenderTextClipped(const ImVec2& pos_min, const ImVec2& pos_max, const char* text, const… in RenderTextClipped() argument
2311 …RenderTextClippedEx(window->DrawList, pos_min, pos_max, text, text_display_end, text_size_if_known… in RenderTextClipped()
2313 LogRenderedText(&pos_min, text, text_display_end); in RenderTextClipped()
4574 …ImVec2 pos_min = ImLerp(corner_target, window->Pos, corner_norm); // Expected windo… in CalcResizePosSizeFromAnyCorner() local
4576 ImVec2 size_expected = pos_max - pos_min; in CalcResizePosSizeFromAnyCorner()
4578 *out_pos = pos_min; in CalcResizePosSizeFromAnyCorner()