Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp139 ctx->outputBufferWidth = outputBufferWidth(); in setup_ctx_parameters()
202 outHeader->nFilledLen = (outputBufferWidth() * outputBufferHeight() * bpp * 3) / 2; in outputBuffers()
245 uint32_t width = outputBufferWidth(); in outputBufferSafe()
Dgoldfish_vpx_impl.cpp122 transport->writeParam(ctx->outputBufferWidth, 1, ctx->address_offset); in vpx_codec_get_frame()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp202 size_t sizeY = outputBufferWidth() * outputBufferHeight(); in setDecodeArgs()
263 int myStride = outputBufferWidth(); in copyImageData()
460 outHeader->nFilledLen = (outputBufferWidth() * outputBufferHeight() * 3) / 2; in onQueueFilled()
462 if (outputBufferWidth() == mWidth && outputBufferHeight() == mHeight) { in onQueueFilled()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
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()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
Dgoldfish_vpx_defs.h47 size_t outputBufferWidth; member
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_defs.h47 size_t outputBufferWidth; member
Dgoldfish_vpx_impl.cpp124 transport->writeParam(ctx->outputBufferWidth, 1, ctx->address_offset); in vpx_codec_get_frame()
DC2GoldfishVpxDec.cpp881 ctx->outputBufferWidth = mWidth; in setup_ctx_parameters()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h114 uint32_t outputBufferWidth();