HomeSort by relevance Sort by last modified time
    Searched refs:VideoEncFrameIO (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 125 } VideoEncFrameIO ;
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/
fastcodemb.cpp 74 VideoEncFrameIO *inputFrame = video->input;
305 VideoEncFrameIO *inputFrame = video->input;
mp4lib_int.h 326 VideoEncFrameIO *input; /* original input frame */
mp4enc_api.cpp     [all...]
motion_est.cpp 141 VideoEncFrameIO *currFrame = video->input;
    [all...]
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 476 VideoEncFrameIO vin, vout;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 692 VideoEncFrameIO vin, vout;

Completed in 198 milliseconds