Home
last modified time | relevance | path

Searched defs:flip (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2vidorient.c46 gboolean * flip) in gst_v4l2_video_orientation_get_hflip()
54 gboolean * flip) in gst_v4l2_video_orientation_get_vflip()
76 gst_v4l2_video_orientation_set_hflip (GstV4l2Object * v4l2object, gboolean flip) in gst_v4l2_video_orientation_set_hflip()
82 gst_v4l2_video_orientation_set_vflip (GstV4l2Object * v4l2object, gboolean flip) in gst_v4l2_video_orientation_set_vflip()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideoorientation.c72 gboolean * flip) in gst_video_orientation_get_hflip()
93 gboolean * flip) in gst_video_orientation_get_vflip()
156 gboolean flip) in gst_video_orientation_set_hflip()
177 gboolean flip) in gst_video_orientation_set_vflip()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideoflip.c52 GstHarness *flip = gst_harness_new ("videoflip"); in GST_START_TEST() local
92 GstHarness *flip = gst_harness_new ("videoflip"); in GST_START_TEST() local
149 GstHarness *flip = gst_harness_new ("videoflip"); in GST_START_TEST() local
225 GstHarness *flip = gst_harness_new ("videoflip"); in GST_START_TEST() local
/third_party/ffmpeg/libavfilter/
Dvf_vflip.c47 FlipContext *flip = link->dst->priv; in config_input() local
58 FlipContext *flip = link->dst->priv; in get_video_buffer() local
110 FlipContext *flip = link->dst->priv; in filter_frame() local
/third_party/skia/third_party/externals/dawn/src/common/
Dityp_bitset.h101 bitset& flip() noexcept { in flip() function
105 bitset& flip(Index i) { in flip() function
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferOzone.hpp29 void flip(sw::Surface *source) override {blit(source, nullptr, nullptr);}; in flip() function in sw::FrameBufferOzone
DFrameBufferAndroid.hpp35 void flip(sw::Surface *source) override {blit(source, nullptr, nullptr);} in flip() function in sw::FrameBufferAndroid
DFrameBufferGDI.cpp74 void FrameBufferGDI::flip(sw::Surface *source) in flip() function in sw::FrameBufferGDI
95 void FrameBufferGDI::flip(HWND windowOverride, sw::Surface *source) in flip() function in sw::FrameBufferGDI
DFrameBufferX11.hpp34 void flip(sw::Surface *source) override { blit(source, nullptr, nullptr); } in flip() function in sw::FrameBufferX11
DFrameBufferDD.cpp253 void FrameBufferDD::flip(sw::Surface *source) in flip() function in sw::FrameBufferDD
323 void FrameBufferDD::flip(HWND windowOverride, sw::Surface *source) in flip() function in sw::FrameBufferDD
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dtest_orientation.c16 gboolean flip; in configure_orientation() local
/third_party/ffmpeg/libavdevice/
Doss.c46 char *flip = getenv("AUDIO_FLIP_LEFT"); in ff_oss_audio_open() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dbitset_utils.h431 BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::flip() in flip() function
439 BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::flip(ParamT pos) in flip() function
/third_party/skia/third_party/externals/angle2/src/common/
Dbitset_utils.h368 constexpr BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::flip() in flip() function
376 constexpr BitSetT<N, BitsT, ParamT> &BitSetT<N, BitsT, ParamT>::flip(ParamT pos) in flip() function
/third_party/ffmpeg/libavutil/
Ddisplay.c68 const int flip[] = { 1 - 2 * (!!hflip), 1 - 2 * (!!vflip), 1 }; in av_display_matrix_flip() local
/third_party/node/deps/npm/node_modules/slide/lib/
Dasync-map-ordered.js61 function flip (res, resCount, argLen) { function
/third_party/ffmpeg/libavcodec/
Dfitsenc.c42 const uint16_t flip = (1 << 15); in fits_encode_frame() local
Drawdec.c44 int flip; member
137 static void flip(AVCodecContext *avctx, AVFrame *frame) in flip() function
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
Dgstrpicamsrc.c775 gboolean * flip) in gst_rpi_cam_src_orientation_get_hflip()
791 gboolean * flip) in gst_rpi_cam_src_orientation_get_vflip()
807 gboolean flip) in gst_rpi_cam_src_orientation_set_hflip()
825 gboolean flip) in gst_rpi_cam_src_orientation_set_vflip()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglvideoflip.c167 gst_gl_video_flip_init (GstGLVideoFlip * flip) in gst_gl_video_flip_init()
229 GstGLVideoFlip *flip = GST_GL_VIDEO_FLIP (object); in gst_gl_video_flip_finalize() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDictionaryData.java49 int flip = skipFlip.charAt(i + 1) - 36; in unpackDictionaryData() local
/third_party/mesa3d/src/intel/common/
Dintel_pixel_hash.h54 unsigned period, unsigned index, bool flip, in intel_compute_pixel_hash_table_3way()
/third_party/flutter/skia/src/gpu/
DGrSurfaceContext.cpp177 bool flip = srcProxy->origin() == kBottomLeft_GrSurfaceOrigin; in readPixels() local
376 bool flip = dstProxy->origin() == kBottomLeft_GrSurfaceOrigin; in writePixels() local
628 bool flip = proxy->origin() == kBottomLeft_GrSurfaceOrigin; in transferPixels() local
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
Dlws-minimal-esp32.c33 static uint8_t flip; variable
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/main/
Dlws-minimal-esp32.c37 static uint8_t flip; variable

12345