Lines Matching refs:nFrameHeight
93 … mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f; in ProcessorInit()
95 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight; in ProcessorInit()
97 mDecodedImageHeight = def_output->format.video.nFrameHeight; in ProcessorInit()
177 … mGraphicBufferParam.graphicBufferVStride = (def_output->format.video.nFrameHeight + 0x1f) & ~0x1f; in ProcessorReset()
179 mGraphicBufferParam.graphicBufferHeight = def_output->format.video.nFrameHeight; in ProcessorReset()
441 int32_t height = paramPortDefinitionOutput->format.video.nFrameHeight; in FillRenderBuffer()
569 heightCropped == paramPortDefinitionOutput.format.video.nFrameHeight) { in HandleFormatChange()
581 paramPortDefinitionInput.format.video.nFrameHeight = height; in HandleFormatChange()
587 paramPortDefinitionOutput.format.video.nFrameHeight = heightCropped; in HandleFormatChange()
608 paramPortDefinitionOutput.format.video.nFrameHeight = height; in HandleFormatChange()
652 rectParams->nHeight = paramPortDefinitionInput->format.video.nFrameHeight; in GetDecoderOutputCropSpecific()
701 port_def.format.video.nFrameHeight += VPX_DECODE_BORDER * 2; in SetNativeBufferModeSpecific()
703 mDecodedImageHeight = port_def.format.video.nFrameHeight; in SetNativeBufferModeSpecific()