/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 134 int nHeight, int nStride, 137 static int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride); 613 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_H264E_SetParameter() 700 OMX_U32 nStride = 0, nNumLines = 0; in LOCAL_PROXY_H264E_EmptyThisBuffer() local 772 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride); in LOCAL_PROXY_H264E_EmptyThisBuffer() 801 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride); in LOCAL_PROXY_H264E_EmptyThisBuffer() 902 int err, nStride; in LOCAL_PROXY_H264E_AllocateBuffer() local 958 int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride) in COLORCONVERT_AllocateBuffer() argument 979 …st struct native_handle_t * *)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), (int *) &nStride); in COLORCONVERT_AllocateBuffer() 1068 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 514 paramPortDefinitionInput.format.video.nStride = stride; in HandleFormatChange() 520 paramPortDefinitionOutput.format.video.nStride = strideCropped; in HandleFormatChange() 541 paramPortDefinitionOutput.format.video.nStride = stride; in HandleFormatChange() 598 size_t dst_y_size = paramPortDefinitionOutput->format.video.nStride * in FillRenderBuffer() 600 size_t dst_c_stride = ALIGN(paramPortDefinitionOutput->format.video.nStride / 2, 16); in FillRenderBuffer() 606 … dst_y += VPX_DECODE_BORDER * paramPortDefinitionOutput->format.video.nStride + VPX_DECODE_BORDER; in FillRenderBuffer() 616 dst_y += paramPortDefinitionOutput->format.video.nStride; in FillRenderBuffer()
|
D | OMXVideoDecoderBase.cpp | 90 paramPortDefinitionInput.format.video.nStride = 0; in InitInputPort() 151 paramPortDefinitionOutput.format.video.nStride = 176; in InitOutputPort() 808 paramPortDefinitionInput.format.video.nStride = stride; 814 paramPortDefinitionOutput.format.video.nStride = stride; 871 paramPortDefinitionInput.format.video.nStride = stride; 877 paramPortDefinitionOutput.format.video.nStride = strideCropped; 895 paramPortDefinitionOutput.format.video.nStride = stride;
|
D | OMXVideoDecoderVP9Hybrid.cpp | 440 int32_t stride = paramPortDefinitionOutput->format.video.nStride; in FillRenderBuffer() 582 paramPortDefinitionInput.format.video.nStride = stride; in HandleFormatChange() 588 paramPortDefinitionOutput.format.video.nStride = strideCropped; in HandleFormatChange() 611 paramPortDefinitionOutput.format.video.nStride = stride; in HandleFormatChange()
|
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 101 OMX_U32 nPortIndex, OMX_U32 * nStride); 681 OMX_U32 nStride = 0; in PROXY_AllocateBuffer() local 720 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride); in PROXY_AllocateBuffer() 724 if (nStride == LINUX_PAGE_SIZE && \ in PROXY_AllocateBuffer() 914 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; in PROXY_UseBuffer() local 995 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride); in PROXY_UseBuffer() 998 if (nStride == LINUX_PAGE_SIZE) in PROXY_UseBuffer() 1160 OMX_U32 count = 0, nStride = 0; in PROXY_FreeBuffer() local 1205 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride); in PROXY_FreeBuffer() 1206 if (eError == OMX_ErrorNone && nStride == LINUX_PAGE_SIZE) in PROXY_FreeBuffer() [all …]
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 119 OMX_U32 nPortIndex, OMX_U32 * nStride); 659 OMX_U32 nStride = 0; in PROXY_AllocateBuffer() local 682 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride); in PROXY_AllocateBuffer() 686 if (nStride == LINUX_PAGE_SIZE && \ in PROXY_AllocateBuffer() 950 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0; in PROXY_UseBuffer() local 1035 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride); in PROXY_UseBuffer() 1038 if (nStride == LINUX_PAGE_SIZE) in PROXY_UseBuffer() 1213 OMX_U32 count = 0, nStride = 0; in PROXY_FreeBuffer() local 1946 OMX_U32 count = 0, nStride = 0; in PROXY_ComponentDeInit() local 2147 OMX_U32 nPortIndex, OMX_U32 * nStride) in RPC_UTIL_GetStride() argument [all …]
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 110 int nHeight, int nStride, 451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_MPEG4E_SetParameter() 538 OMX_U32 nStride = 0, nNumLines = 0; in LOCAL_PROXY_MPEG4E_EmptyThisBuffer() local 698 int err, nStride; in LOCAL_PROXY_MPEG4E_AllocateBuffer() local 719 …_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride); in LOCAL_PROXY_MPEG4E_AllocateBuffer() 866 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 111 int nHeight, int nStride, 468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_H264E_SetParameter() 555 OMX_U32 nStride = 0, nNumLines = 0; in LOCAL_PROXY_H264E_EmptyThisBuffer() local 710 int err, nStride; in LOCAL_PROXY_H264E_AllocateBuffer() local 732 …_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride); in LOCAL_PROXY_H264E_AllocateBuffer() 879 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 133 int nHeight, int nStride, 589 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in LOCAL_PROXY_MPEG4E_SetParameter() 676 OMX_U32 nStride = 0, nNumLines = 0; in LOCAL_PROXY_MPEG4E_EmptyThisBuffer() local 852 int err, nStride; in LOCAL_PROXY_MPEG4E_AllocateBuffer() local 874 (const struct native_handle_t **)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), &nStride); in LOCAL_PROXY_MPEG4E_AllocateBuffer() 1021 int nWidth, int nHeight, int nStride, in COLORCONVERT_PlatformOpaqueToNV12() argument
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Image.h | 116 OMX_S32 nStride; member
|
D | OMX_Video.h | 129 OMX_S32 nStride; member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_Image.h | 116 OMX_S32 nStride; member
|
D | OMX_Video.h | 132 OMX_S32 nStride; member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_Image.h | 116 OMX_S32 nStride; member
|
D | OMX_Video.h | 129 OMX_S32 nStride; member
|
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_Image.h | 133 OMX_S32 nStride; member
|
D | OMX_Video.h | 147 OMX_S32 nStride; member
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Image.h | 116 OMX_S32 nStride; member
|
D | OMX_Video.h | 129 OMX_S32 nStride; member
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
D | OMX_Image.h | 116 OMX_S32 nStride; member
|
D | OMX_Video.h | 132 OMX_S32 nStride; member
|
/hardware/intel/common/wrs_omxil_core/base/src/ |
D | portbase.cpp | 268 format->nStride = pformat->nStride; in SetPortDefinition() 271 format->nStride = pformat->nFrameWidth; in SetPortDefinition() 290 format->nStride = pformat->nStride; in SetPortDefinition()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 572 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in RPC_UTIL_SetStrideAndPadding() 588 sPortDef.format.video.nStride = tParamStruct.nWidth; in RPC_UTIL_SetStrideAndPadding()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/ |
D | omx_proxy_videodec.c | 603 sPortDef.format.video.nStride = LINUX_PAGE_SIZE; in RPC_UTIL_SetStrideAndPadding() 619 sPortDef.format.video.nStride = tParamStruct.nWidth; in RPC_UTIL_SetStrideAndPadding()
|
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpegdec.c | 314 p_session->inputPort.format.image.nStride = in mm_jpegdec_session_config_ports() 585 p_session->outputPort.format.image.nStride = in mm_jpegdec_session_decode()
|