Searched refs:datastream (Results 1 – 6 of 6) sorted by relevance
/external/opencore/protocols/sdp/parser/src/ |
D | sdp_parsing_utils.cpp | 700 OsclBinIStreamBigEndian datastream; in parseAssetInfo() local 701 datastream.Attach((void *)(buf), (outBuflen - assetinfoatomoffset - 2)); in parseAssetInfo() 711 datastream >> temp; in parseAssetInfo() 769 OsclBinIStreamBigEndian datastream; in parseAssetInfo() local 770 datastream.Attach((void *)(buf), keywordsize); in parseAssetInfo() 780 datastream >> temp; in parseAssetInfo()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 381 PVMFCPMPassThruPlugInOMA1DataStreamSyncInterfaceImpl* datastream = in DestroyPVMFCPMPluginAccessInterface() local 383 OSCL_DELETE(datastream); in DestroyPVMFCPMPluginAccessInterface()
|
/external/jpeg/ |
D | change.log | 209 * JPEG abbreviated datastream formats are supported, ie, quantization and
|
D | structure.doc | 109 the JPEG compressed datastream must ultimately appear on external storage as a 389 * Data destination manager: writes the output JPEG datastream to its final 509 * Data source manager: supplies the input JPEG datastream. The source 763 * JPOOL_IMAGE lasts until done with image (JPEG datastream) 765 across from one datastream to another; this includes all application-visible
|
D | libjpeg.doc | 152 datastream header is a separate step. This is helpful because information 363 storage, and emit the first few bytes of the JPEG datastream header. 369 The "TRUE" parameter ensures that a complete JPEG interchange datastream 371 want to use an abbreviated datastream, read the section on abbreviated 456 destination manager, the new datastream will be written to the same target. 457 If you do not change any JPEG parameters, the new datastream will be written 573 This will read the source datastream header markers, up to the beginning 1388 decompress a JPEG datastream that was all in memory, you could just make the 1391 end of the datastream, which would indicate an erroneous datastream. 2159 image is an interchange (complete) datastream, while subsequent ones are [all …]
|
/external/libpng/ |
D | CHANGES | 1355 Fixed bug with "optimized window size" in the IDAT datastream, that 1588 Allow zero-length IDAT chunks after the entire zlib datastream, but not
|