Searched refs:rot_mode (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda.h111 u8 rot_mode; member in struct:coda_params
H A Dcoda-bit.c1195 u32 rot_mode = 0; coda_prepare_encode() local
1287 if (ctx->params.rot_mode) coda_prepare_encode()
1288 rot_mode = CODA_ROT_MIR_ENABLE | ctx->params.rot_mode; coda_prepare_encode()
1289 coda_write(dev, rot_mode, CODA_CMD_ENC_PIC_ROT_MODE); coda_prepare_encode()
1781 coda_write(dev, CODA_ROT_MIR_ENABLE | ctx->params.rot_mode, coda_prepare_decode()
H A Dcoda-common.c1417 ctx->params.rot_mode |= CODA_MIR_HOR; coda_s_ctrl()
1419 ctx->params.rot_mode &= ~CODA_MIR_HOR; coda_s_ctrl()
1423 ctx->params.rot_mode |= CODA_MIR_VER; coda_s_ctrl()
1425 ctx->params.rot_mode &= ~CODA_MIR_VER; coda_s_ctrl()
/linux-4.4.14/drivers/dma/ipu/
H A Dipu_idmac.c645 * @rot_mode: rotation mode of buffer. A rotation setting other than
657 enum ipu_rotate_mode rot_mode, ipu_init_channel_buffer()
686 ipu_ch_param_set_rotation(&params, rot_mode); ipu_init_channel_buffer()
653 ipu_init_channel_buffer(struct idmac_channel *ichan, enum pixel_fmt pixel_fmt, uint16_t width, uint16_t height, uint32_t stride, enum ipu_rotate_mode rot_mode, dma_addr_t phyaddr_0, dma_addr_t phyaddr_1) ipu_init_channel_buffer() argument

Completed in 168 milliseconds