Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaVpxVideoHelper.cpp95 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()
DMediaH264DecoderVideoToolBox.cpp491 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/
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
238 .dim_y = imgHeight, in decompress()
/hardware/google/aemu/host-common/include/host-common/
DMediaVpxVideoHelper.h76 size_t imgHeight,