Home
last modified time | relevance | path

Searched refs:nStride (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp120 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
127 …>nBufferSize = (aPortParam->format.video.nSliceHeight * aPortParam->format.video.nStride * 3) >> 1; in Mp4DecodeVideo()
168 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
174 …>nBufferSize = (aPortParam->format.video.nSliceHeight * aPortParam->format.video.nStride * 3) >> 1; in Mp4DecodeVideo()
217 aPortParam->format.video.nStride = min_stride; in Mp4DecodeVideo()
223 …>nBufferSize = (aPortParam->format.video.nSliceHeight * aPortParam->format.video.nStride * 3) >> 1; in Mp4DecodeVideo()
Domx_mpeg4_component.cpp340 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.nStride = 176; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Davc_dec.cpp261 aPortParam->format.video.nStride = min_stride; in AvcDecodeVideo_OMX()
268 …>nBufferSize = (aPortParam->format.video.nSliceHeight * aPortParam->format.video.nStride * 3) >> 1; in AvcDecodeVideo_OMX()
Domx_avc_component.cpp265 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.nStride = 176; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Image.h133 OMX_S32 nStride; member
DOMX_Video.h146 OMX_S32 nStride; member
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp4248 videoformat->nStride = min_stride; in SetParameter()
4258 …ts[PortIndex]->PortParam.nBufferSize = (videoformat->nSliceHeight * videoformat->nStride * 3) >> 1; in SetParameter()
4267 … ipPorts[PortIndex]->PortParam.nBufferSize = videoformat->nSliceHeight * videoformat->nStride * 3; in SetParameter()
4271 … ipPorts[PortIndex]->PortParam.nBufferSize = videoformat->nSliceHeight * videoformat->nStride * 2; in SetParameter()
4276 …ts[PortIndex]->PortParam.nBufferSize = (videoformat->nSliceHeight * videoformat->nStride * 3) >> 1; in SetParameter()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp235 iStride = OSCL_ABS(iParamPort.format.video.nStride); in HandlePortReEnable()
767 iStride = OSCL_ABS(iParamPort.format.video.nStride); in NegotiateComponentParameters()