Home
last modified time | relevance | path

Searched refs:vflip (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Ddisplay.c66 void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip) in av_display_matrix_flip() argument
69 const int flip[] = { 1 - 2 * (!!hflip), 1 - 2 * (!!vflip), 1 }; in av_display_matrix_flip()
71 if (hflip || vflip) in av_display_matrix_flip()
H A Ddisplay.h104 * @param vflip whether the matrix should be flipped vertically
106 void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip);
/third_party/ffmpeg/libavcodec/
H A Dmvcdec.c37 int vflip; member
58 s->vflip = avctx->extradata_size >= 9 && in mvc_decode_init()
138 int linesize, int vflip) in decode_mvc2()
165 if (vflip) { in decode_mvc2()
245 s->vflip); in mvc_decode_frame()
136 decode_mvc2(AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst_start, int width, int height, int linesize, int vflip) decode_mvc2() argument
H A Dcri.c178 int ret, bps, hflip = 0, vflip = 0; in cri_decode_frame() local
242 vflip = bytestream2_get_byte(gb) != 0; in cri_decode_frame()
398 if (hflip || vflip) { in cri_decode_frame()
403 av_display_matrix_flip((int32_t *)rotation->data, hflip, vflip); in cri_decode_frame()
H A Dh264_metadata_bsf.c396 int hflip, vflip, i; in h264_metadata_handle_display_orientation() local
410 vflip = dmatrix[4] < 0.0; in h264_metadata_handle_display_orientation()
413 if (vflip) in h264_metadata_handle_display_orientation()
432 disp->ver_flip = vflip; in h264_metadata_handle_display_orientation()
H A Dhevc_sei.h54 int hflip, vflip; member
H A Dh264_sei.h147 int hflip, vflip; member
H A Dhevc_sei.c124 s->vflip = get_bits1(gb); // ver_flip in decode_nal_sei_display_orientation()
H A Dh264_sei.c377 h->vflip = get_bits1(gb); // ver_flip in decode_display_orientation()
H A Ddxtory.c55 static void do_vflip(AVCodecContext *avctx, AVFrame *pic, int vflip) in do_vflip() argument
57 if (!vflip) in do_vflip()
H A Dh264_slice.c1295 h->sei.display_orientation.vflip)) { in h264_export_frame_props()
1310 angle = -angle * (1 - 2 * !!o->hflip) * (1 - 2 * !!o->vflip); in h264_export_frame_props()
1313 o->hflip, o->vflip); in h264_export_frame_props()
H A Dhevcdec.c2775 s->sei.display_orientation.hflip || s->sei.display_orientation.vflip)) { in set_side_data()
2792 * (1 - 2 * !!s->sei.display_orientation.vflip); in set_side_data()
2796 s->sei.display_orientation.vflip); in set_side_data()
/third_party/ffmpeg/libavformat/
H A Dcinedec.c98 int vflip; in cine_read_header() local
145 vflip = 0; in cine_read_header()
149 vflip = 1; in cine_read_header()
170 if (!avio_rl32(pb) ^ vflip) { in cine_read_header()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak398 fate-filter-crop_scale_vflip: CMD = video_filter "null,null,crop=iw-200:ih-200:200:200,crop=iw-20:ih-20:20:20,scale=w=200:h=200,scale=w=250:h=250,vflip,vflip,null,scale=w=200:h=200,crop=iw-100:ih-100:100:100,vflip,scale=w=200:h=200,null,vflip,crop=iw-100:ih-100:100:100,null"
401 fate-filter-crop_vflip: CMD = video_filter "crop=iw-100:ih-100:100:100,vflip"
420 FATE_FILTER_VSYNTH_VIDEO_FILTER-$(CONFIG_VFLIP_FILTER) += fate-filter-vflip
421 fate-filter-vflip: CMD = video_filter "vflip"
438 fate-filter-vflip_crop: CMD = video_filter "vflip,crop=iw-100:ih-100:100:100"
441 fate-filter-vflip_vflip: CMD = video_filter "vflip,vfli
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_vflip.c43 AVFILTER_DEFINE_CLASS(vflip); variable
146 .name = "vflip",
H A Dvf_v360.c4097 static inline void input_flip(int16_t u[4][4], int16_t v[4][4], int w, int h, int hflip, int vflip) in input_flip() argument
4106 if (vflip) { in input_flip()

Completed in 25 milliseconds