Home
last modified time | relevance | path

Searched refs:OSCL_EXPORT_REF (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
Dmp4dec_api.h41 #ifndef OSCL_EXPORT_REF
42 #define OSCL_EXPORT_REF /* empty */ macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h45 #ifndef OSCL_EXPORT_REF
46 #define OSCL_EXPORT_REF /* empty */ macro
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dbits2prm.cpp269 OSCL_EXPORT_REF void Bits2prm( in Bits2prm()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp164 OSCL_EXPORT_REF Bool PVGetDefaultEncOption(VideoEncOptions *encOption, Int encUseCase) in PVGetDefaultEncOption()
193 OSCL_EXPORT_REF Bool PVInitVideoEncoder(VideoEncControls *encoderControl, VideoEncOptions *encOp… in PVInitVideoEncoder()
1111 OSCL_EXPORT_REF Bool PVCleanUpVideoEncoder(VideoEncControls *encoderControl) in PVCleanUpVideoEncoder()
1311 OSCL_EXPORT_REF Bool PVGetVolHeader(VideoEncControls *encCtrl, UChar *volHeader, Int *size, Int lay… in PVGetVolHeader()
1354 OSCL_EXPORT_REF UChar* PVGetOverrunBuffer(VideoEncControls *encCtrl) in PVGetOverrunBuffer()
1382 OSCL_EXPORT_REF Bool PVEncodeVideoFrame(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, VideoEn… in PVEncodeVideoFrame()
1677 OSCL_EXPORT_REF Bool PVEncodeFrameSet(VideoEncControls *encCtrl, VideoEncFrameIO *vid_in, ULong *ne… in PVEncodeFrameSet()
1867 OSCL_EXPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, in PVEncodeSlice()
2005 OSCL_EXPORT_REF Bool PVGetH263ProfileLevelID(VideoEncControls *encCtrl, Int *profileID, Int *levelI… in PVGetH263ProfileLevelID()
2075 OSCL_EXPORT_REF Bool PVGetMPEG4ProfileLevelID(VideoEncControls *encCtrl, Int *profile_level, Int nL… in PVGetMPEG4ProfileLevelID()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpvdec_api.cpp77 OSCL_EXPORT_REF Bool PVInitVideoDecoder(VideoDecControls *decCtrl, uint8 *volbuf[], in PVInitVideoDecoder()
573 OSCL_EXPORT_REF Bool PVCleanUpVideoDecoder(VideoDecControls *decCtrl) in PVCleanUpVideoDecoder()
730 OSCL_EXPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *d… in PVGetVideoDimensions()
737 OSCL_EXPORT_REF void PVGetBufferDimensions(VideoDecControls *decCtrl, int32 *width, int32 *height) { in PVGetBufferDimensions()
768 OSCL_EXPORT_REF void PVSetPostProcType(VideoDecControls *decCtrl, int mode) in PVSetPostProcType()
872 OSCL_EXPORT_REF MP4DecodingMode PVGetDecBitstreamMode(VideoDecControls *decCtrl) in PVGetDecBitstreamMode()
1016 OSCL_EXPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], in PVDecodeVideoFrame()
1475 OSCL_EXPORT_REF void PVSetReferenceYUV(VideoDecControls *decCtrl, uint8 *YUV) in PVSetReferenceYUV()