Home
last modified time | relevance | path

Searched defs:pushed (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/tests/checkasm/arm/
Dcheckasm.S62 .equ pushed, 4*9 define
69 .equ pushed, pushed + 16*4 + 4 define
/third_party/gstreamer/gstreamer/gst/
Dgstiterator.h215 GstIterator *pushed; /* pushed iterator */ member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp169 std::vector<void const *> pushed; member in rr::DebugInfo
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_push_ubo.c286 unsigned pushed = 0, unpaired_count = 0; in bi_opt_reorder_push() local
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dmpegtsparse.c64 gboolean pushed; member
/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c141 gboolean pushed; member
Dgstinputselector.c150 gboolean pushed; /* when buffer was pushed downstream since activation */ member
Dgstmultiqueue.c139 gboolean pushed; member
/third_party/nghttp2/src/
Dnghttp.cc1591 auto pushed = req->stream_id % 2 == 0; in output_har() local
2242 auto pushed = req->stream_id % 2 == 0; in print_stats() local
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsninputselector.c163 gboolean pushed; /* when buffer was pushed downstream since activation */ member
/third_party/ffmpeg/libavcodec/
Daacdec_template.c502 int pushed = 0; in push_output_configuration() local
3323 int pushed = push_output_configuration(ac); local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c1482 #define PUSH_AND_CHECK(seqnum, pushed) G_STMT_START { \ in GST_START_TEST() argument
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c323 guint64 pushed, lost, late, duplicates; in GST_START_TEST() local
/third_party/python/Python/
Dcompile.c3806 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, in starunpack_helper()