Searched refs:aSize (Results 1 - 25 of 63) sorted by relevance

123

/external/opencore/oscl/unit_test/src/
H A Dunit_test_common.h54 static void* operator new(size_t aSize) argument
56 return unit_test_allocator::allocate(aSize);
59 static void* operator new[](size_t aSize) argument
61 return unit_test_allocator::allocate(aSize);
/external/opencore/oscl/oscl/osclerror/src/
H A Doscl_error_allocator.h79 \param aSize - number of bytes to allocate
81 static OsclAny* allocate(uint32 aSize) argument
84 return iAllocator->ALLOCATE(aSize);
/external/opencore/oscl/oscl/osclmemory/src/
H A Doscl_mem.h269 inline void * operator new(size_t aSize, const char *aFile, int aLine) argument
274 return _oscl_default_audit_new(aSize, __FILE__, __LINE__);
276 return _oscl_default_audit_new(aSize, aFile, aLine);
281 inline void * operator new(size_t aSize) argument
284 return _oscl_default_audit_new(aSize, __FILE__, __LINE__);
286 return _oscl_default_audit_new(aSize);
299 inline void * operator new[](size_t aSize, const char *aFile, int aLine) argument
304 return _oscl_default_audit_new(aSize, __FILE__, __LINE__);
306 return _oscl_default_audit_new(aSize, aFile, aLine);
311 inline void * operator new[](size_t aSize) argument
925 operator new(size_t aSize, const char *aFile = NULL, const int aLine = 0) argument
941 operator new[](size_t aSize) argument
950 operator new[](size_t aSize, const char *aFile = NULL, const int aLine = 0) argument
966 operator new(size_t aSize, void *aPtr) argument
[all...]
/external/opencore/fileformats/avi/parser/include/
H A Dpv_avifile_header.h165 bool GetHandlerType(uint32 aStreamNum, uint8* aHdlr, uint32& aSize) argument
167 return (iStreamList[aStreamNum].GetHandlerType(aHdlr, aSize));
239 bool GetFormatSpecificInfo(uint32 aStreamNum, uint8*& aBuff, uint32& aSize) argument
241 return ((iStreamList[aStreamNum]).GetFormatSpecificInfo(aBuff, aSize));
244 bool GetCodecSpecificData(uint32 aStreamNum, uint8*& aBuff, uint32& aSize) argument
246 return ((iStreamList[aStreamNum]).GetCodecSpecificData(aBuff, aSize));
H A Dpv_avifile_streamlist.h89 bool GetHandlerType(uint8* aHdlr, uint32& aSize);
167 bool GetFormatSpecificInfo(uint8*& aBuff, uint32& aSize);
169 bool GetCodecSpecificData(uint8*& aBuff, uint32& aSize);
/external/opencore/nodes/pvmp4ffcomposernode/include/
H A Dpvmp4ffcn_trackconfig.h79 * @param aSize Size of codec specific information.
82 virtual PVMFStatus SetCodecSpecificInfo(const PVMFPortInterface& aPort, uint8* aInfo, int32 aSize) = 0;
/external/opencore/nodes/pvsocketnode/src/
H A Dpvmf_socket_node_extension_interface.cpp66 OSCL_EXPORT_REF PVMFStatus PVMFSocketNodeExtensionInterfaceImpl::GetMaxTCPRecvBufferSize(uint32& aSize) argument
68 return iContainer->GetMaxTCPRecvBufferSize(aSize);
/external/opencore/codecs_v2/omx/omx_m4v/include/
H A Dmpeg4_dec.h40 OMX_U8** aBuffer, OMX_S32* aSize, OMX_S32 mode);
/external/opencore/nodes/pvsocketnode/include/
H A Dpvmf_socket_node_extension_interface.h38 OSCL_IMPORT_REF virtual PVMFStatus GetMaxTCPRecvBufferSize(uint32& aSize) = 0;
/external/opencore/pvmi/pvmf/include/
H A Dpvmi_data_stream_interface.h315 uint32 aSize,
357 uint32 aSize,
519 * @param aSize bytes from file offset to be made persistent
523 virtual PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
526 OSCL_UNUSED_ARG(aSize);
H A Dpvmi_datastreamsyncinterface_ref_impl.h153 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
156 OSCL_UNUSED_ARG(aSize);
/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_io.h156 * @param aSize: cache size in bytes. Zero disables the cache.
158 OSCL_IMPORT_REF void SetPVCacheSize(uint32 aSize);
193 * @param aSize: native buffer size in bytes. Zero disables the feature.
195 OSCL_IMPORT_REF void SetNativeBufferSize(int32 aSize);
208 * @param aSize: buffer size in bytes. Zero disables the feature.
210 OSCL_IMPORT_REF void SetAsyncReadBufferSize(uint32 aSize);
H A Doscl_socket_request.h166 ListenParam(uint32 aSize) argument
168 , iQSize(aSize)
/external/opencore/engines/common/include/
H A Dpv_plugin_interfaces.h687 * @param "aSize" The video frame size, in pixels
690 IMPORT_C virtual void SetVideoFrameSizeL(const TSize& aSize) = 0;
694 * @param "aSize" The video frame size, in pixels
697 IMPORT_C virtual void GetVideoFrameSizeL(TSize& aSize) const = 0;
719 * @param "aSize" The video frame size, in pixels
722 IMPORT_C virtual void SetVideoFrameSizeL(const TSize& aSize) = 0;
726 * @param "aSize" The video frame size, in pixels
729 IMPORT_C virtual void GetVideoFrameSizeL(TSize& aSize) const = 0;
773 virtual void SetRequestSizeL(TInt aSize) argument
775 (void)(aSize);
[all...]
/external/opencore/fileformats/id3parcom/include/
H A Dpv_id3_parcom.h486 * @param aSize Size of the frame data
491 uint32 aSize);
511 * @param aSize Size of the frame data
517 uint32 aSize,
537 * @param aSize Size of the frame data
542 uint32 aSize);
550 * @param aSize Size of the frame data
556 uint32 aSize);
591 * @param aSize Number of character elements in aPtrFrameData8
598 uint32 aSize,
[all...]
/external/opencore/fileformats/common/parser/include/
H A Dpvmi_datastreamsyncinterface_ref_impl.h153 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
156 OSCL_UNUSED_ARG(aSize);
/external/opencore/nodes/streaming/jitterbuffernode/src/
H A Dpvmf_jitter_buffer_extension_interface.cpp284 PVMFJitterBufferExtensionInterfaceImpl::SetJitterBufferMemPoolInfo(const PvmfPortBaseImpl* aPort, uint32 aSize, uint32 aResizeSize, uint32 aMaxNumResizes, uint32 aExpectedNumberOfBlocksPerBuffer) argument
286 iContainer->SetJitterBufferMemPoolInfo(aPort, aSize, aResizeSize, aMaxNumResizes, aExpectedNumberOfBlocksPerBuffer);
290 PVMFJitterBufferExtensionInterfaceImpl::GetJitterBufferMemPoolInfo(const PvmfPortBaseImpl* aPort, uint32& aSize, uint32& aResizeSize, uint32& aMaxNumResizes, uint32& aExpectedNumberOfBlocksPerBuffer) const argument
292 iContainer->GetJitterBufferMemPoolInfo(aPort, aSize, aResizeSize, aMaxNumResizes, aExpectedNumberOfBlocksPerBuffer);
/external/opencore/fileformats/avi/parser/src/
H A Dpv_avifile_streamlist.cpp763 bool PVAviFileStreamlist::GetHandlerType(uint8* aHdlr, uint32& aSize) argument
765 if (aSize < CHUNK_SIZE)
771 aSize = CHUNK_SIZE;
852 bool PVAviFileStreamlist::GetFormatSpecificInfo(uint8*& aBuff, uint32& aSize) argument
856 aSize = sizeof(WaveFormatExStruct);
861 aSize = sizeof(BitmapInfoHhr) + (sizeof(RGBQuad) * iStreamFmt.iVidBitMapInfo.BmiColorsCount);
872 bool PVAviFileStreamlist::GetCodecSpecificData(uint8*& aBuff, uint32& aSize) argument
877 aSize = iCodecSpecificHdrDataSize;
/external/opencore/fileformats/mp4/composer/src/
H A Dmediaatom.cpp200 PVA_FF_MediaAtom::SetMaxSampleSize(uint32 aSize) argument
202 _pmediaInformation->SetMaxSampleSize(aSize);
H A Dmediainformationatom.cpp247 PVA_FF_MediaInformationAtom::SetMaxSampleSize(uint32 aSize) argument
249 _psampleTableAtom->SetMaxSampleSize(aSize);
/external/opencore/nodes/streaming/jitterbuffernode/include/
H A Dpvmf_jitter_buffer_ext_interface.h105 OSCL_IMPORT_REF virtual void SetJitterBufferMemPoolInfo(const PvmfPortBaseImpl* aPort, uint32 aSize, uint32 aResizeSize, uint32 aMaxNumResizes, uint32 aExpectedNumberOfBlocksPerBuffer) = 0;
106 OSCL_IMPORT_REF virtual void GetJitterBufferMemPoolInfo(const PvmfPortBaseImpl* aPort, uint32& aSize, uint32& aResizeSize, uint32& aMaxNumResizes, uint32& aExpectedNumberOfBlocksPerBuffer) const = 0;
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
H A Dpv_2way_h324m_interface.h73 * @param aSize
81 int32 aSize,
90 * @param aSize
98 int32 aSize,
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
H A Dtsc_h324m_config_interface.h96 * @param aSize
104 virtual PVMFCommandId SetMaxSduSize(TPVAdaptationLayer aLayer, int32 aSize,
112 * @param aSize
121 int32 aSize, OsclAny* aContextData = NULL) = 0;
/external/opencore/codecs_v2/omx/omx_h264/src/
H A Davc_dec.cpp28 int32 CBAVC_Malloc_OMX(void* aUserData, int32 aSize, int32 aAttribute) argument
34 pPtr = oscl_malloc(aSize);
45 AVCDec_Status CBAVCDec_GetData_OMX(void* aUserData, uint8** aBuffer, uint* aSize) argument
49 OSCL_UNUSED_ARG(aSize);
/external/opencore/nodes/pvdownloadmanagernode/include/
H A Dpvmf_filebufferdatastream_factory.h236 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
239 OSCL_UNUSED_ARG(aSize);
375 PvmiDataStreamStatus MakePersistent(int32 aOffset, uint32 aSize) argument
378 OSCL_UNUSED_ARG(aSize);

Completed in 431 milliseconds

123