Home
last modified time | relevance | path

Searched refs:linesize (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
DMediaFfmpegVideoHelper.cpp128 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()
DMediaH264DecoderFfmpeg.cpp307 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()
DMediaVideoToolBoxVideoHelper.cpp635 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()
DMediaH264DecoderVideoToolBox.cpp511 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()