Searched refs:vid_out (Results 1 – 2 of 2) sorted by relevance
1614 vid_out->yChan = video->currVop->yChan; in PVEncodeVideoFrame()1615 vid_out->uChan = video->currVop->uChan; in PVEncodeVideoFrame()1616 vid_out->vChan = video->currVop->vChan; in PVEncodeVideoFrame()1619 vid_out->height = video->currVop->height; /* padded height */ in PVEncodeVideoFrame()1620 vid_out->pitch = video->currVop->width; /* padded width */ in PVEncodeVideoFrame()1625 vid_out->pitch = video->currVop->width + 32; /* padded width */ in PVEncodeVideoFrame()1937 vid_out->yChan = video->currVop->yChan; in PVEncodeSlice()1938 vid_out->uChan = video->currVop->uChan; in PVEncodeSlice()1939 vid_out->vChan = video->currVop->vChan; in PVEncodeSlice()1942 vid_out->height = video->currVop->height; /* padded height */ in PVEncodeSlice()[all …]
348 … PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out,395 … Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);