Home
last modified time | relevance | path

Searched refs:VPX_DECODE_BORDER (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp605 … dst_y += VPX_DECODE_BORDER * paramPortDefinitionOutput->format.video.nStride + VPX_DECODE_BORDER; in FillRenderBuffer()
606 dst_v += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2); in FillRenderBuffer()
607 dst_u += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2); in FillRenderBuffer()
731 rectParams->nLeft = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
732 rectParams->nTop = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
779 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
780 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
DOMXVideoDecoderVP9HWR.h44 #define VPX_DECODE_BORDER 0 macro
DOMXVideoDecoderVP9Hybrid.h24 #define VPX_DECODE_BORDER 0 macro
DOMXVideoDecoderVP9Hybrid.cpp587 rectParams->nLeft = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
588 rectParams->nTop = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
630 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()