[go: nahoru, domu]

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.cpp1386 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out, argument
1616 vid_out->yChan = video->currVop->yChan;
1617 vid_out->uChan = video->currVop->uChan;
1618 vid_out->vChan = video->currVop->vChan;
1621 vid_out->height = video->currVop->height; /* padded height */
1622 vid_out->pitch = video->currVop->width; /* padded width */
1626 vid_out->height = video->currVop->height + 32; /* padded height */
1627 vid_out->pitch = video->currVop->width + 32; /* padded width */
1630 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1872 Int *endofFrame, VideoEncFrameIO *vid_out, ULon
1871 PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime) argument
[all...]

Completed in 73 milliseconds