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.cpp606 … dst_y += VPX_DECODE_BORDER * paramPortDefinitionOutput->format.video.nStride + VPX_DECODE_BORDER; in FillRenderBuffer()
607 dst_v += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2); in FillRenderBuffer()
608 dst_u += (VPX_DECODE_BORDER/2) * dst_c_stride + (VPX_DECODE_BORDER/2); in FillRenderBuffer()
732 rectParams->nLeft = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
733 rectParams->nTop = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
780 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
781 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.cpp649 rectParams->nLeft = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
650 rectParams->nTop = VPX_DECODE_BORDER; in GetDecoderOutputCropSpecific()
700 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
701 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()