Searched refs:imgWidth (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaVpxVideoHelper.cpp | 94 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()
|
D | MediaH264DecoderVideoToolBox.cpp | 490 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/ |
D | AstcCpuDecompressorNoOp.cpp | 25 int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth, in decompress() argument
|
D | AstcCpuDecompressor.h | 48 virtual int32_t decompress(uint32_t imgWidth, uint32_t imgHeight, uint32_t blockWidth,
|
D | AstcCpuDecompressorImpl.cpp | 226 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/ |
D | MediaVpxVideoHelper.h | 75 size_t imgWidth,
|