Home
last modified time | relevance | path

Searched refs:displaymatrix (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/tests/ref/fate/
H A Dmov-displaymatrix6 displaymatrix=
H A Dmov-zombie198 side_data|side_data_type=Display Matrix|displaymatrix=\n00000000: 131072 0 …
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/ref/fate/
H A Dmov-displaymatrix6 displaymatrix=
H A Dmov-zombie133 side_data|side_data_type=Display Matrix|displaymatrix=\n00000000: 131072 0 …
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/ref/fate/
H A Dmov-displaymatrix6 displaymatrix=
H A Dmov-zombie198 side_data|side_data_type=Display Matrix|displaymatrix=\n00000000: 131072 0 …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/ref/fate/
H A Dmov-displaymatrix6 displaymatrix=
H A Dmov-zombie198 side_data|side_data_type=Display Matrix|displaymatrix=\n00000000: 131072 0 …
/dports/multimedia/handbrake/ffmpeg-4.4/tests/fate/
H A Dmov.mak26 fate-mov-displaymatrix \
111displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sam…
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/fate/
H A Dmov.mak26 fate-mov-displaymatrix \
110displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sam…
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/fate/
H A Dmov.mak26 fate-mov-displaymatrix \
111displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sam…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/fate/
H A Dmov.mak26 fate-mov-displaymatrix \
110displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sam…
/dports/sysutils/root-tail/root-tail-1.3/
H A Droot-tail.c103 struct displaymatrix struct
114 static struct displaymatrix *display; argument
470 struct displaymatrix *display_line; in refresh()
476 display = xrealloc(display, listlen * sizeof(struct displaymatrix)); in refresh()
1124 display = xmalloc (sizeof (struct displaymatrix) * listlen); in main_loop()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/gfx/
H A Dqt.cpp1360 … uint8_t* displaymatrix = av_stream_get_side_data(videoStream, AV_PKT_DATA_DISPLAYMATRIX, NULL); in readbitmapFfmpeg() local
1361 if (displaymatrix) in readbitmapFfmpeg()
1363 double rot = av_display_rotation_get((int32_t*) displaymatrix); in readbitmapFfmpeg()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dcmdutils.c2202 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation() local
2205 if (displaymatrix) in get_rotation()
2206 theta = -av_display_rotation_get((int32_t*) displaymatrix); in get_rotation()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dcmdutils.c2177 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation() local
2180 if (displaymatrix) in get_rotation()
2181 theta = -av_display_rotation_get((int32_t*) displaymatrix); in get_rotation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dcmdutils.c2204 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation() local
2207 if (displaymatrix) in get_rotation()
2208 theta = -av_display_rotation_get((int32_t*) displaymatrix); in get_rotation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dcmdutils.c2203 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation() local
2206 if (displaymatrix) in get_rotation()
2207 theta = -av_display_rotation_get((int32_t*) displaymatrix); in get_rotation()
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dcmdutils.c2202 uint8_t* displaymatrix = av_stream_get_side_data(st, in get_rotation() local
2205 if (displaymatrix) in get_rotation()
2206 theta = -av_display_rotation_get((int32_t*) displaymatrix); in get_rotation()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c314 uint8_t* displaymatrix = av_stream_get_side_data( st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in get_rotation() local
324 if ( displaymatrix && !theta ) in get_rotation()
325 theta = -av_display_rotation_get( (int32_t*) displaymatrix ); in get_rotation()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c314 uint8_t* displaymatrix = av_stream_get_side_data( st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in get_rotation() local
324 if ( displaymatrix && !theta ) in get_rotation()
325 theta = -av_display_rotation_get( (int32_t*) displaymatrix ); in get_rotation()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c314 uint8_t* displaymatrix = av_stream_get_side_data( st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in get_rotation() local
324 if ( displaymatrix && !theta ) in get_rotation()
325 theta = -av_display_rotation_get( (int32_t*) displaymatrix ); in get_rotation()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dproducer_avformat.c314 uint8_t* displaymatrix = av_stream_get_side_data( st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in get_rotation() local
324 if ( displaymatrix && !theta ) in get_rotation()
325 theta = -av_display_rotation_get( (int32_t*) displaymatrix ); in get_rotation()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dproducer_avformat.c314 uint8_t* displaymatrix = av_stream_get_side_data( st, AV_PKT_DATA_DISPLAYMATRIX, NULL); in get_rotation() local
324 if ( displaymatrix && !theta ) in get_rotation()
325 theta = -av_display_rotation_get( (int32_t*) displaymatrix ); in get_rotation()