Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp138 ctx->outputBufferWidth = outputBufferWidth(); in setup_ctx_parameters()
201 outHeader->nFilledLen = (outputBufferWidth() * outputBufferHeight() * bpp * 3) / 2; in outputBuffers()
244 uint32_t width = outputBufferWidth(); in outputBufferSafe()
Dgoldfish_vpx_defs.h47 size_t outputBufferWidth; member
Dgoldfish_vpx_impl.cpp114 transport->writeParam(ctx->outputBufferWidth, 1, 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()
264 int myStride = outputBufferWidth(); 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.h114 uint32_t outputBufferWidth();
DGoldfishVideoDecoderOMXComponent.cpp154 outDef->format.video.nFrameWidth = outputBufferWidth(); in updatePortDefinitions()
187 uint32_t GoldfishVideoDecoderOMXComponent::outputBufferWidth() { in outputBufferWidth() function in android::GoldfishVideoDecoderOMXComponent
321 size_t dstYStride = outputBufferWidth() * bpp; in copyYV12FrameToOutputBuffer()