Searched refs:rotation_flags (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_cmdbuf.h | 186 uint32_t rotation_flags, 198 uint32_t rotation_flags, 211 uint32_t rotation_flags,
|
D | tng_yuv_processor.c | 551 pipeline_caps->rotation_flags = (1 << VA_ROTATION_NONE); in ved_QueryVideoProcPipelineCaps() 552 pipeline_caps->rotation_flags |= (1 << VA_ROTATION_90); in ved_QueryVideoProcPipelineCaps() 553 pipeline_caps->rotation_flags |= (1 << VA_ROTATION_180); in ved_QueryVideoProcPipelineCaps() 554 pipeline_caps->rotation_flags |= (1 << VA_ROTATION_270); in ved_QueryVideoProcPipelineCaps()
|
D | pnw_H264.c | 1780 uint32_t rotation_flags = 0; in pnw_H264_EndPicture() local 1787 …REGIO_WRITE_FIELD_LITE(rotation_flags, MSVDX_CMDS, ALTERNATIVE_OUTPUT_PICTURE_ROTATION , ALT_PICTU… in pnw_H264_EndPicture() 1788 …REGIO_WRITE_FIELD_LITE(rotation_flags, MSVDX_CMDS, ALTERNATIVE_OUTPUT_PICTURE_ROTATION , ROTATION_… in pnw_H264_EndPicture() 1789 …REGIO_WRITE_FIELD_LITE(rotation_flags, MSVDX_CMDS, ALTERNATIVE_OUTPUT_PICTURE_ROTATION , RECON_WRI… in pnw_H264_EndPicture() 1790 …REGIO_WRITE_FIELD_LITE(rotation_flags, MSVDX_CMDS, ALTERNATIVE_OUTPUT_PICTURE_ROTATION , ROTATION_… in pnw_H264_EndPicture() 1803 rotation_flags, in pnw_H264_EndPicture() 1833 rotation_flags, in pnw_H264_EndPicture() 1847 uint32_t rotation_flags = 0; in pnw_H264_EndPicture() local 1869 rotation_flags, in pnw_H264_EndPicture()
|
D | psb_cmdbuf.c | 641 uint32_t rotation_flags, in psb_context_submit_hw_deblock() argument 671 deblock_msg->rotation_flags = rotation_flags; in psb_context_submit_hw_deblock() 692 uint32_t rotation_flags, in psb_context_submit_host_be_opp() argument 718 deblock_msg->rotation_flags = rotation_flags; in psb_context_submit_host_be_opp()
|
D | tng_VP8.c | 1545 uint32_t rotation_flags = 0; in tng_VP8_EndPicture() local 1568 rotation_flags, in tng_VP8_EndPicture()
|
D | pnw_MPEG4.c | 2141 uint32_t rotation_flags = 0; in pnw_MPEG4_EndPicture() local 2163 rotation_flags, in pnw_MPEG4_EndPicture()
|
/hardware/intel/common/libva/va/ |
D | va_vpp.h | 489 unsigned int rotation_flags; member
|
/hardware/intel/img/psb_video/src/hwdefs/ |
D | dxva_cmdseq_msg.h | 113 uint32_t rotation_flags; member
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | RotationBufferProvider.cpp | 365 if (!(pipelineCaps.rotation_flags & (1 << transFromHalToVa(transform)))) { in startVA()
|