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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h125 } VideoEncFrameIO ; typedef in typeref:struct:tagvideoEncFrameIO
329 * @param vid_in is the pointer to VideoEncFrameIO structure containing the YUV input data
330 * @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,
360 * @param vid_in is the pointer to VideoEncFrameIO structure containing the YUV input data
365 OSCL_IMPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer);
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);

Completed in 72 milliseconds