Home
last modified time | relevance | path

Searched refs:anticlockwise_rotation (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_metadata_bsf.c345 double angle = disp->anticlockwise_rotation * 180.0 / 65536.0; in h264_metadata_handle_display_orientation()
433 disp->anticlockwise_rotation = in h264_metadata_handle_display_orientation()
443 disp->anticlockwise_rotation = in h264_metadata_handle_display_orientation()
H A Dhevc_sei.h53 int anticlockwise_rotation; member
H A Dh264_sei.h146 int anticlockwise_rotation; member
H A Dcbs_h264.h300 uint16_t anticlockwise_rotation; member
H A Dhevc_sei.c126 s->anticlockwise_rotation = get_bits(gb, 16); in decode_nal_sei_display_orientation()
H A Dh264_sei.c379 h->anticlockwise_rotation = get_bits(gb, 16); in decode_display_orientation()
H A Dcbs_h265.h622 uint16_t anticlockwise_rotation; member
H A Dcbs_h264_syntax_template.c817 ub(16, anticlockwise_rotation); in sei_display_orientation()
H A Dh264_slice.c1293 (h->sei.display_orientation.anticlockwise_rotation || in h264_export_frame_props()
1297 double angle = o->anticlockwise_rotation * 360 / (double) (1 << 16); in h264_export_frame_props()
H A Dcbs_h265_syntax_template.c1927 ub(16, anticlockwise_rotation); in sei_display_orientation()
H A Dhevcdec.c2774 (s->sei.display_orientation.anticlockwise_rotation || in set_side_data()
2776 double angle = s->sei.display_orientation.anticlockwise_rotation * 360 / (double) (1 << 16); in set_side_data()

Completed in 23 milliseconds