HomeSort by relevance Sort by last modified time
    Searched refs:nStride (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 53 nStride = params.nStride;
65 nStride = params.nStride;
SoftVideoDecoderOMXComponent.cpp 154 outDef->format.video.nStride = outDef->format.video.nFrameWidth;
158 (outDef->format.video.nStride * outDef->format.video.nSliceHeight * 3) / 2;
164 inDef->format.video.nStride = 0;
201 if (def->format.video.nStride != (OMX_S32)width
237 def->format.video.nStride = mWidth;
495 || video_def->nStride > 32768 || video_def->nSliceHeight > 32768) {
SoftVideoEncoderOMXComponent.cpp 102 def.format.video.nStride = def.format.video.nFrameWidth;
130 def.format.video.nStride = 0;
151 inDef->format.video.nStride = inDef->format.video.nFrameWidth;
156 inDef->format.video.nStride * inDef->format.video.nSliceHeight * 3 / 2;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.cpp 72 int32_t nStride, nStride2, k;
80 nStride = GBREG->m_nStride;
81 nStride2 = nStride << 1;
95 pLine2 = pLine - nStride;
123 pLine2 = pLine - nStride;
150 pLine += nStride;
210 int32_t nStride, nStride2, k;
218 nStride = GBREG->m_nStride;
219 nStride2 = nStride << 1;
232 pLine2 = pLine - nStride;
    [all...]
JBig2_GrrdProc.cpp 159 intptr_t nStride, nStrideR, nOffset;
172 nStride = GRREG->m_nStride;
185 line1 = (h > 0) ? pLine[-nStride] << 4 : 0;
200 (w + 8 < GRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
240 (w + 8 < GRW ? pLine[-nStride + (w >> 3) + 1] << 4 : 0);
278 pLine += nStride;
397 intptr_t nStride, nStrideR, nOffset;
410 nStride = GRREG->m_nStride;
423 line1 = (h > 0) ? pLine[-nStride] << 1 : 0;
438 (w + 8 < GRW ? pLine[-nStride + (w >> 3) + 1] << 1 : 0)
    [all...]
  /frameworks/native/include/media/hardware/
HardwareAPI.h 266 OMX_U32 nStride;
287 OMX_U32 nStride;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
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;
700 OMX_U32 nStride = 0, nNumLines = 0;
772 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
801 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 395 def->format.video.nStride = align(def->format.video.nStride, 16);
397 def->nBufferSize = (def->format.video.nStride * def->format.video.nSliceHeight * 3) / 2;
  /frameworks/native/include/media/openmax/
OMX_Image.h 114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride;
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Image.h 114 * nStride : Number of bytes per span of an image (i.e.
133 OMX_S32 nStride;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Image.h 97 * nStride : Number of bytes per span of an image (i.e.
116 OMX_S32 nStride;
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 101 OMX_U32 nPortIndex, OMX_U32 * nStride);
681 OMX_U32 nStride = 0;
720 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
724 if (nStride == LINUX_PAGE_SIZE && \
914 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0;
995 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
998 if (nStride == LINUX_PAGE_SIZE)
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 514 paramPortDefinitionInput.format.video.nStride = stride;
520 paramPortDefinitionOutput.format.video.nStride = strideCropped;
541 paramPortDefinitionOutput.format.video.nStride = stride;
598 size_t dst_y_size = paramPortDefinitionOutput->format.video.nStride *
600 size_t dst_c_stride = ALIGN(paramPortDefinitionOutput->format.video.nStride / 2, 16);
606 dst_y += VPX_DECODE_BORDER * paramPortDefinitionOutput->format.video.nStride + VPX_DECODE_BORDER;
616 dst_y += paramPortDefinitionOutput->format.video.nStride;
OMXVideoDecoderBase.cpp 90 paramPortDefinitionInput.format.video.nStride = 0;
151 paramPortDefinitionOutput.format.video.nStride = 176;
808 paramPortDefinitionInput.format.video.nStride = stride;
    [all...]
OMXVideoDecoderVP9Hybrid.cpp 440 int32_t stride = paramPortDefinitionOutput->format.video.nStride;
582 paramPortDefinitionInput.format.video.nStride = stride;
588 paramPortDefinitionOutput.format.video.nStride = strideCropped;
611 paramPortDefinitionOutput.format.video.nStride = stride;
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 119 OMX_U32 nPortIndex, OMX_U32 * nStride);
659 OMX_U32 nStride = 0;
682 RPC_UTIL_GetStride(pCompPrv->hRemoteComp, nPortIndex, &nStride);
686 if (nStride == LINUX_PAGE_SIZE && \
950 OMX_U32 currentBuffer = 0, i = 0, nStride = 0, nNumLines = 0;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 133 int nHeight, int nStride,
589 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
676 OMX_U32 nStride = 0, nNumLines = 0;
852 int err, nStride;
874 (const struct native_handle_t **)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), &nStride);
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 111 int nHeight, int nStride,
468 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
555 OMX_U32 nStride = 0, nNumLines = 0;
710 int err, nStride;
732 (int) HAL_PIXEL_FORMAT_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride);
879 int nWidth, int nHeight, int nStride,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 110 int nHeight, int nStride,
451 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
538 OMX_U32 nStride = 0, nNumLines = 0;
698 int err, nStride;
719 (int) HAL_PIXEL_FORMAT_TI_NV12,(int) GRALLOC_USAGE_HW_RENDER, &(pProxy->gralloc_handle[pProxy->nCurBufIndex]), &nStride);
866 int nWidth, int nHeight, int nStride,
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 268 format->nStride = pformat->nStride;
271 format->nStride = pformat->nFrameWidth;
290 format->nStride = pformat->nStride;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 603 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
619 sPortDef.format.video.nStride = tParamStruct.nWidth;

Completed in 1024 milliseconds

1 2 3