Searched refs:VideoEncFrameIO (Results 1 - 6 of 6) 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);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp74 VideoEncFrameIO *inputFrame = video->input;
305 VideoEncFrameIO *inputFrame = video->input;
H A Dmp4lib_int.h326 VideoEncFrameIO *input; /* original input frame */
H A Dmp4enc_api.cpp1353 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out,
1648 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer)
1839 Int *endofFrame, VideoEncFrameIO *vid_out, ULong *nextModTime)
H A Dmotion_est.cpp141 VideoEncFrameIO *currFrame = video->input;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp712 VideoEncFrameIO vin, vout;

Completed in 1521 milliseconds