Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/ref/fate/
Dmov-displaymatrix6 displaymatrix=
Dmov-zombie198 side_data|side_data_type=Display Matrix|displaymatrix=\n00000000: 131072 0 …
/third_party/ffmpeg/tests/fate/
Dmov.mak26 fate-mov-displaymatrix \
111displaymatrix: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=display_aspect_ratio,sam…
/third_party/ffmpeg/fftools/
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()