Lines Matching refs:nFrameWidth

92 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)…  in ProcessorInit()
94 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
96 mDecodedImageWidth = def_output->format.video.nFrameWidth; in ProcessorInit()
176 …mGraphicBufferParam.graphicBufferHStride = (def_output->format.video.nFrameWidth + VP9_YV12_ALIGN)… in ProcessorReset()
178 mGraphicBufferParam.graphicBufferWidth = def_output->format.video.nFrameWidth; in ProcessorReset()
442 int32_t width = paramPortDefinitionOutput->format.video.nFrameWidth; in FillRenderBuffer()
568 if (widthCropped == paramPortDefinitionOutput.format.video.nFrameWidth && in HandleFormatChange()
580 paramPortDefinitionInput.format.video.nFrameWidth = width; in HandleFormatChange()
586 paramPortDefinitionOutput.format.video.nFrameWidth = widthCropped; in HandleFormatChange()
607 paramPortDefinitionOutput.format.video.nFrameWidth = width; in HandleFormatChange()
610 paramPortDefinitionOutput.format.video.nFrameWidth); in HandleFormatChange()
651 rectParams->nWidth = paramPortDefinitionInput->format.video.nFrameWidth; in GetDecoderOutputCropSpecific()
700 port_def.format.video.nFrameWidth += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
702 mDecodedImageWidth = port_def.format.video.nFrameWidth; in SetNativeBufferModeSpecific()
704 port_def.format.video.eColorFormat = GetOutputColorFormat(port_def.format.video.nFrameWidth); in SetNativeBufferModeSpecific()