Searched defs:vid_out (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1353 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, argument
1583 vid_out->yChan = video->currVop->yChan;
1584 vid_out->uChan = video->currVop->uChan;
1585 vid_out->vChan = video->currVop->vChan;
1588 vid_out->height = video->currVop->height; /* padded height */
1589 vid_out->pitch = video->currVop->width; /* padded width */
1593 vid_out->height = video->currVop->height + 32; /* padded height */
1594 vid_out->pitch = video->currVop->width + 32; /* padded width */
1597 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1839 Int *endofFrame, VideoEncFrameIO *vid_out, ULon
1838 PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) argument
[all...]

Completed in 49 milliseconds