Home
last modified time | relevance | path

Searched refs:outputBufferHeight (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp139 ctx->outputBufferHeight = outputBufferHeight(); in setup_ctx_parameters()
201 outHeader->nFilledLen = (outputBufferWidth() * outputBufferHeight() * bpp * 3) / 2; in outputBuffers()
245 uint32_t height = outputBufferHeight(); in outputBufferSafe()
Dgoldfish_vpx_defs.h48 size_t outputBufferHeight; member
Dgoldfish_vpx_impl.cpp115 transport->writeParam(ctx->outputBufferHeight, 2, ctx->address_offset); in vpx_codec_get_frame()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp203 size_t sizeY = outputBufferWidth() * outputBufferHeight(); in setDecodeArgs()
268 int Y = myStride * outputBufferHeight(); in copyImageData()
471 outHeader->nFilledLen = (outputBufferWidth() * outputBufferHeight() * 3) / 2; in onQueueFilled()
473 if (outputBufferWidth() == mWidth && outputBufferHeight() == mHeight) { in onQueueFilled()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.h115 uint32_t outputBufferHeight();
DGoldfishVideoDecoderOMXComponent.cpp155 outDef->format.video.nFrameHeight = outputBufferHeight(); in updatePortDefinitions()
191 uint32_t GoldfishVideoDecoderOMXComponent::outputBufferHeight() { in outputBufferHeight() function in android::GoldfishVideoDecoderOMXComponent
323 size_t dstHeight = outputBufferHeight(); in copyYV12FrameToOutputBuffer()