Searched refs:imgHeight (Results 1 – 6 of 6) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaVpxVideoHelper.cpp | 95 size_t imgHeight, in copyYV12FrameToOutputBuffer() argument 109 for (size_t i = 0; i < imgHeight; ++i) { in copyYV12FrameToOutputBuffer() 116 for (size_t i = 0; i < imgHeight / 2; ++i) { in copyYV12FrameToOutputBuffer() 123 for (size_t i = 0; i < imgHeight / 2; ++i) { in copyYV12FrameToOutputBuffer()
|
D | MediaH264DecoderVideoToolBox.cpp | 491 int imgHeight = CVPixelBufferGetHeight(mDecodedFrame); in copyFrame() local 496 mOutputHeight = imgHeight; 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()
|
/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 238 .dim_y = imgHeight, in decompress()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVpxVideoHelper.h | 76 size_t imgHeight,
|