Searched refs:linesize (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaFfmpegVideoHelper.cpp | 128 mFrame->linesize[0], mFrame->linesize[1], mFrame->linesize[2]); in copyFrame() 131 mFrame->data[0] + i * mFrame->linesize[0], w); in copyFrame() 138 mFrame->data[1] + i * mFrame->linesize[1], w); in copyFrame() 145 mFrame->data[1] + i * mFrame->linesize[1], w / 2); in copyFrame() 149 mFrame->data[2] + i * mFrame->linesize[2], w / 2); in copyFrame()
|
D | MediaH264DecoderFfmpeg.cpp | 307 mFrame->linesize[0], mFrame->linesize[1], mFrame->linesize[2]); in copyFrame() 310 mFrame->data[0] + i * mFrame->linesize[0], w); in copyFrame() 317 mFrame->data[1] + i * mFrame->linesize[1], w); in copyFrame() 324 mFrame->data[1] + i * mFrame->linesize[1], w / 2); in copyFrame() 328 mFrame->data[2] + i * mFrame->linesize[2], w / 2); in copyFrame()
|
D | MediaVideoToolBoxVideoHelper.cpp | 635 int linesize = CVPixelBufferGetBytesPerRowOfPlane(mDecodedFrame, i); in copyFrameToCPU() local 639 planeData, linesize, planeWidth, planeHeight); in copyFrameToCPU() 650 if (linesize <= planeWidth) { in copyFrameToCPU() 660 ptr += linesize * j; in copyFrameToCPU()
|
D | MediaH264DecoderVideoToolBox.cpp | 511 int linesize = CVPixelBufferGetBytesPerRowOfPlane(mDecodedFrame, i); in copyFrame() local 514 …H264_DPRINT("plane=%d data=%p linesize=%d pwidth=%d pheight=%d", i, planeData, linesize, planeWidt… in copyFrame() 523 if (linesize <= planeWidth) { in copyFrame() 533 ptr += linesize * j; in copyFrame()
|