Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.cpp388 OMX_COLOR_FORMATTYPE omx_format; in Get_Video_HorAlign() local
391 omx_format = OMX_COLOR_FormatYCbYCr; in Get_Video_HorAlign()
394 omx_format = OMX_COLOR_FormatYUV420Planar; in Get_Video_HorAlign()
397 omx_format = OMX_COLOR_FormatYUV420SemiPlanar; in Get_Video_HorAlign()
400 omx_format = OMX_COLOR_FormatYUV420SemiPlanar; in Get_Video_HorAlign()
403 omx_format = (OMX_COLOR_FORMATTYPE)OMX_COLOR_FormatYUV420Flexible; in Get_Video_HorAlign()
406 omx_format = OMX_COLOR_Format32bitBGRA8888; in Get_Video_HorAlign()
410 omx_format = OMX_COLOR_Format32bitARGB8888; in Get_Video_HorAlign()
413 omx_format = OMX_COLOR_FormatYUV420Planar; in Get_Video_HorAlign()
416 return omx_format; in Get_Video_HorAlign()
419 Rockchip_OSAL_OMX2HalPixelFormat( OMX_COLOR_FORMATTYPE omx_format) Get_Video_HorAlign() argument
[all...]
H A DRockchip_OSAL_OHOS.h84 unsigned int Rockchip_OSAL_OMX2HalPixelFormat(OMX_COLOR_FORMATTYPE omx_format);
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/enc/
H A DRkvpu_OMX_Venc.c418 OMX_COLOR_FORMATTYPE omx_format = 0; in Rkvpu_ProcessStoreMetaData() local
442 omx_format = Rockchip_OSAL_GetANBColorFormat(pGrallocHandle); in Rkvpu_ProcessStoreMetaData()
443 pVideoEnc->bPixel_format = Rockchip_OSAL_OMX2HalPixelFormat(omx_format); // mali_gpu in Rkvpu_ProcessStoreMetaData()
538 OMX_COLOR_FORMATTYPE omx_format = Rockchip_OSAL_GetBufferHandleColorFormat(bufferHandle); in RkGetPicTypeInBufferHandle() local
539 if (omx_format == OMX_COLOR_FormatYUV420SemiPlanar) { in RkGetPicTypeInBufferHandle()
555 OMX_COLOR_FORMATTYPE omx_format = 0; in Rkvpu_SendInputData() local
569 omx_err("pGrallocHandle is NULL set omx_format default"); in Rkvpu_SendInputData()
570 omx_format = 0; in Rkvpu_SendInputData()
572 omx_format = (OMX_COLOR_FORMATTYPE)HAL_PIXEL_FORMAT_YCrCb_NV12; in Rkvpu_SendInputData()
574 if (Rockchip_OSAL_OMX2HalPixelFormat(omx_format) in Rkvpu_SendInputData()
[all...]
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c859 OMX_COLOR_FORMATTYPE omx_format = 0; in Rkvpu_Frame2Outbuf() local
869 omx_format = Rockchip_OSAL_GetANBColorFormat(pGrallocHandle); in Rkvpu_Frame2Outbuf()
870 pixel_format = Rockchip_OSAL_OMX2HalPixelFormat(omx_format); in Rkvpu_Frame2Outbuf()
878 Rockchip_OSAL_LockANB(pGrallocHandle, mWidth, mHeight, omx_format, &vplanes); in Rkvpu_Frame2Outbuf()
897 OMX_COLOR_FORMATTYPE omx_format = 0; in Rkvpu_Frame2Outbuf() local
901 omx_format = Rockchip_OSAL_GetANBColorFormat(pOutputBuffer->pBuffer); in Rkvpu_Frame2Outbuf()
902 pixel_format = Rockchip_OSAL_OMX2HalPixelFormat(omx_format); in Rkvpu_Frame2Outbuf()
903 Rockchip_OSAL_LockANB(pOutputBuffer->pBuffer, mWidth, mHeight, omx_format, &vplanes); in Rkvpu_Frame2Outbuf()

Completed in 6 milliseconds