Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp94 size_t imgWidth, in copyYV12FrameToOutputBuffer() argument
110 memcpy(dst, srcY, imgWidth * bpp); in copyYV12FrameToOutputBuffer()
117 memcpy(dst, srcU, imgWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
124 memcpy(dst, srcV, imgWidth / 2 * bpp); in copyYV12FrameToOutputBuffer()
DMediaH264DecoderVideoToolBox.cpp490 int imgWidth = CVPixelBufferGetWidth(mDecodedFrame); in copyFrame() local
495 mOutputWidth = imgWidth; in copyFrame()
499 …H264_DPRINT("copying size=%d dimension=[%dx%d] stride=%d", imageSize, imgWidth, imgHeight, stride); in copyFrame()
502 mSavedDecodedFrame.resize(imgWidth * imgHeight * 3 / 2); in copyFrame()
516 if (planeWidth != imgWidth && planeWidth != imgWidth / 2) { in copyFrame()
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorNoOp.cpp25 int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth, in decompress() argument
DAstcCpuDecompressor.h48 virtual int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,
DAstcCpuDecompressorImpl.cpp226 int32_t decompress(const uint32_t imgWidth, const uint32_t imgHeight, const uint32_t blockWidth, in decompress() argument
237 .dim_x = imgWidth, in decompress()
/hardware/google/aemu/host-common/include/host-common/
DMediaVpxVideoHelper.h75 size_t imgWidth,