Lines Matching defs:disp
344 H264RawSEIDisplayOrientation *disp = message->payload;
345 double angle = disp->anticlockwise_rotation * 180.0 / 65536.0;
360 angle = -angle * (1 - 2 * !!disp->hor_flip) * (1 - 2 * !!disp->ver_flip);
363 av_display_matrix_flip(matrix, disp->hor_flip, disp->ver_flip);
386 H264RawSEIDisplayOrientation *disp =
431 disp->hor_flip = hflip;
432 disp->ver_flip = vflip;
433 disp->anticlockwise_rotation =
443 disp->anticlockwise_rotation =
450 disp->hor_flip = !!(ctx->flip & FLIP_HORIZONTAL);
451 disp->ver_flip = !!(ctx->flip & FLIP_VERTICAL);
457 disp->display_orientation_repetition_period = 1;
461 disp, NULL);