[go: nahoru, domu]

Searched refs:VideoEncFrameIO (Results 1 - 7 of 7) 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/test/
H A Dm4v_h263_enc_test.cpp211 VideoEncFrameIO vin, vout;
/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.cpp1386 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEncFrameIO *vid_out,
1681 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *nextModTime, Int *nLayer)
1872 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.cpp471 VideoEncFrameIO vin, vout;

Completed in 21 milliseconds