Searched refs:vid_out (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 337 … PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, 384 … Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | mp4enc_api.cpp | 1386 …ol PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, in PVEncodeVideoFrame() argument 1616 vid_out->yChan = video->currVop->yChan; in PVEncodeVideoFrame() 1617 vid_out->uChan = video->currVop->uChan; in PVEncodeVideoFrame() 1618 vid_out->vChan = video->currVop->vChan; in PVEncodeVideoFrame() 1621 vid_out->height = video->currVop->height; /* padded height */ in PVEncodeVideoFrame() 1622 vid_out->pitch = video->currVop->width; /* padded width */ in PVEncodeVideoFrame() 1626 vid_out->height = video->currVop->height + 32; /* padded height */ in PVEncodeVideoFrame() 1627 vid_out->pitch = video->currVop->width + 32; /* padded width */ in PVEncodeVideoFrame() 1630 …vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[… in PVEncodeVideoFrame() 1872 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) in PVEncodeSlice() argument [all …]
|