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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h330 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding
337 OSCL_IMPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out,
379 * @param vid_out is the pointer to VideoEncFrameIO structure containing the reconstructed YUV output data after encoding
384 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp1382 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, argument
1612 vid_out->yChan = video->currVop->yChan;
1613 vid_out->uChan = video->currVop->uChan;
1614 vid_out->vChan = video->currVop->vChan;
1617 vid_out->height = video->currVop->height; /* padded height */
1618 vid_out->pitch = video->currVop->width; /* padded width */
1622 vid_out->height = video->currVop->height + 32; /* padded height */
1623 vid_out->pitch = video->currVop->width + 32; /* padded width */
1626 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1868 Int *endofFrame, VideoEncFrameIO *vid_out, ULon
1867 PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) argument
[all...]

Completed in 194 milliseconds