Searched refs:vid_out (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 348 … PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, 395 … Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 1383 …ol PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, in PVEncodeVideoFrame() argument 1613 vid_out->yChan = video->currVop->yChan; in PVEncodeVideoFrame() 1614 vid_out->uChan = video->currVop->uChan; in PVEncodeVideoFrame() 1615 vid_out->vChan = video->currVop->vChan; in PVEncodeVideoFrame() 1618 vid_out->height = video->currVop->height; /* padded height */ in PVEncodeVideoFrame() 1619 vid_out->pitch = video->currVop->width; /* padded width */ in PVEncodeVideoFrame() 1623 vid_out->height = video->currVop->height + 32; /* padded height */ in PVEncodeVideoFrame() 1624 vid_out->pitch = video->currVop->width + 32; /* padded width */ in PVEncodeVideoFrame() 1627 …vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[… in PVEncodeVideoFrame() 1869 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) in PVEncodeSlice() argument [all …]
|