HomeSort by relevance Sort by last modified time
    Searched refs:pStream (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /dalvik/libdex/
Leb128.cpp 32 int readAndVerifyUnsignedLeb128(const u1** pStream, const u1* limit,
34 const u1* ptr = *pStream;
35 int result = readUnsignedLeb128(pStream);
37 if (((limit != NULL) && (*pStream > limit))
38 || (((*pStream - ptr) == 5) && (ptr[4] > 0x0f))) {
54 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit,
56 const u1* ptr = *pStream;
57 int result = readSignedLeb128(pStream);
59 if (((limit != NULL) && (*pStream > limit))
60 || (((*pStream - ptr) == 5) && (ptr[4] > 0x0f)))
    [all...]
Leb128.h 31 DEX_INLINE int readUnsignedLeb128(const u1** pStream) {
32 const u1* ptr = *pStream;
57 *pStream = ptr;
66 DEX_INLINE int readSignedLeb128(const u1** pStream) {
67 const u1* ptr = *pStream;
100 *pStream = ptr;
113 int readAndVerifyUnsignedLeb128(const u1** pStream, const u1* limit,
125 int readAndVerifySignedLeb128(const u1** pStream, const u1* limit, bool* okay);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
print.h 26 out_stream() : pStream(nullptr) {}
27 explicit out_stream(std::stringstream& stream) : pStream(&stream) {}
30 if (pStream) {
31 return *pStream;
37 std::stringstream* pStream;
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_GetCurrent.c 35 LVM_FLOAT LVC_Mixer_GetCurrent( LVMixer3_FLOAT_st *pStream)
38 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
43 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream)
46 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
LVC_Mixer_GetTarget.c 34 LVM_FLOAT LVC_Mixer_GetTarget( LVMixer3_FLOAT_st *pStream)
37 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
43 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream)
46 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
LVC_Mixer.h 105 void LVC_Mixer_SetTarget( LVMixer3_FLOAT_st *pStream,
108 void LVC_Mixer_SetTarget( LVMixer3_st *pStream,
112 LVM_FLOAT LVC_Mixer_GetTarget( LVMixer3_FLOAT_st *pStream);
114 LVM_INT32 LVC_Mixer_GetTarget( LVMixer3_st *pStream);
118 LVM_FLOAT LVC_Mixer_GetCurrent( LVMixer3_FLOAT_st *pStream);
120 LVM_INT32 LVC_Mixer_GetCurrent( LVMixer3_st *pStream);
124 void LVC_Mixer_Init( LVMixer3_FLOAT_st *pStream,
128 void LVC_Mixer_Init( LVMixer3_st *pStream,
134 void LVC_Mixer_SetTimeConstant( LVMixer3_FLOAT_st *pStream,
139 void LVC_Mixer_SetTimeConstant( LVMixer3_st *pStream,
    [all...]
LVC_Mixer_Init.c 38 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
48 void LVC_Mixer_Init( LVMixer3_FLOAT_st *pStream,
53 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
60 void LVC_Mixer_Init( LVMixer3_st *pStream,
66 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
LVC_Mixer_SetTarget.c 38 /* pStream - ptr to Instance Parameter Structure LVMixer3_st */
47 void LVC_Mixer_SetTarget(LVMixer3_FLOAT_st *pStream,
50 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
54 void LVC_Mixer_SetTarget(LVMixer3_st *pStream,
60 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
LVC_Mixer_VarSlope_SetTimeConstant.c 34 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
49 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_FLOAT_st *pStream,
78 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
114 void LVC_Mixer_VarSlope_SetTimeConstant( LVMixer3_st *pStream,
128 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
137 Current = LVC_Mixer_GetCurrent( pStream );
138 Target = LVC_Mixer_GetTarget( pStream );
LVC_Mixer_SetTimeConstant.c 33 /* pStream - ptr to Instance Parameter Structure LVMixer3_st for an*/
48 void LVC_Mixer_SetTimeConstant(LVMixer3_FLOAT_st *pStream,
77 Mix_Private_FLOAT_st *pInstance = (Mix_Private_FLOAT_st *)pStream->PrivateParams;
92 void LVC_Mixer_SetTimeConstant(LVMixer3_st *pStream,
106 Mix_Private_st *pInstance=(Mix_Private_st *)pStream->PrivateParams;
  /libcore/ojluni/src/main/java/sun/misc/
HexDumpEncoder.java 84 hexDigit(pStream, (byte)((offset >>> 8) & 0xff));
85 hexDigit(pStream, (byte)(offset & 0xff));
86 pStream.print(": ");
93 hexDigit(pStream, buf[off]);
94 pStream.print(" ");
97 pStream.print(" ");
103 pStream.print(" ");
105 pStream.print(" ");
108 pStream.print(" ");
111 pStream.print(".")
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_metadata.cpp 19 CPDF_Stream* pStream = pRoot->GetStreamFor("Metadata");
20 if (!pStream)
23 auto pAcc = pdfium::MakeRetain<CPDF_StreamAcc>(pStream);
  /external/pdfium/core/fpdfapi/edit/
cpdf_flateencoder.cpp 15 CPDF_FlateEncoder::CPDF_FlateEncoder(CPDF_Stream* pStream, bool bFlateEncode)
16 : m_dwSize(0), m_pAcc(pdfium::MakeRetain<CPDF_StreamAcc>(pStream)) {
19 bool bHasFilter = pStream && pStream->HasFilter();
21 auto pDestAcc = pdfium::MakeRetain<CPDF_StreamAcc>(pStream);
26 m_pDict = ToDictionary(pStream->GetDict()->Clone());
33 m_pDict = pStream->GetDict();
42 m_pDict = ToDictionary(pStream->GetDict()->Clone());
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c 84 static EAS_RESULT EAS_ParseEvents (S_EAS_DATA *pEASData, S_EAS_STREAM *pStream, EAS_U32 endTime, EAS_INT parseMode);
93 * pStream - stream handle
98 EAS_RESULT EAS_SetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 value)
102 pParserModule = (S_FILE_PARSER_INTERFACE*) pStream->pParserModule;
104 return (*pParserModule->pfSetData)(pEASData, pStream->handle, param, value);
115 * pStream - stream handle
120 EAS_RESULT EAS_GetStreamParameter (S_EAS_DATA *pEASData, EAS_HANDLE pStream, EAS_I32 param, EAS_I32 *pValue)
124 pParserModule = (S_FILE_PARSER_INTERFACE*) pStream->pParserModule;
126 return (*pParserModule->pfGetData)(pEASData, pStream->handle, param, pValue);
140 EAS_BOOL EAS_StreamReady (S_EAS_DATA *pEASData, EAS_HANDLE pStream)
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanDecoder.h 16 explicit CJBig2_HuffmanDecoder(CJBig2_BitStream* pStream);
JBig2_HuffmanTable.cpp 26 CJBig2_HuffmanTable::CJBig2_HuffmanTable(CJBig2_BitStream* pStream)
28 m_bOK = ParseFromCodedBuffer(pStream);
45 bool CJBig2_HuffmanTable::ParseFromCodedBuffer(CJBig2_BitStream* pStream) {
47 if (pStream->read1Byte(&cTemp) == -1)
55 if (pStream->readInteger(&HTLOW) == -1 ||
56 pStream->readInteger(&HTHIGH) == -1 ||
70 if ((pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1) ||
71 (pStream->readNBits(HTRS, &RANGELEN[NTEMP]) == -1) ||
86 if (pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1)
93 if (pStream->readNBits(HTPS, &PREFLEN[NTEMP]) == -1
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_dataexporter.cpp 37 auto pStream = pdfium::MakeRetain<CFX_SeekableStreamProxy>(pWrite, true);
38 pStream->SetCodePage(FX_CODEPAGE_UTF8);
39 return Export(pStream, pNode, dwFlag, pChecksum);
43 const RetainPtr<CFX_SeekableStreamProxy>& pStream,
51 pStream->WriteString(
55 Export(pStream, pChild, dwFlag, pChecksum);
57 pStream->WriteString(L"</xdp:xdp\n>");
69 pXMLDoc->SaveXMLNode(pStream, pElement);
73 XFA_DataExporter_RegenerateFormFile(pNode, pStream, pChecksum, false);
83 pXMLDoc->SaveXMLNode(pStream, pElement)
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_icon.h 22 void SetPDFStream(CPDF_Stream* pStream) { m_pPDFStream = pStream; }
  /external/pdfium/core/fpdfapi/render/
cpdf_pagerendercache.cpp 20 CacheInfo(uint32_t t, CPDF_Stream* stream) : time(t), pStream(stream) {}
23 CPDF_Stream* pStream;
60 m_ImageCache[cache_info[i].pStream]->m_dwTimeCount = i;
66 ClearImageCacheEntry(cache_info[i++].pStream);
69 ClearImageCacheEntry(cache_info[i++].pStream);
72 void CPDF_PageRenderCache::ClearImageCacheEntry(CPDF_Stream* pStream) {
73 auto it = m_ImageCache.find(pStream);
88 CPDF_Stream* pStream = pImage->GetStream();
89 const auto it = m_ImageCache.find(pStream);
105 m_ImageCache[pStream] = m_pCurImageCacheEntry
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraChannel.cpp 226 QCameraStream *pStream = new QCameraStream(allocator,
229 if (pStream == NULL) {
239 rc = pStream->init(streamInfoBuf, miscBuf, minStreamBufNum,
242 mStreams.add(pStream);
244 delete pStream;
315 QCameraStream *pStream = getStreamByServerID(bundleInfo.stream_ids[i]);
316 if (pStream != NULL) {
317 if ((pStream->isTypeOf(CAM_STREAM_TYPE_METADATA))
318 || (pStream->isTypeOf(CAM_STREAM_TYPE_OFFLINE_PROC))) {
328 rc = pStream->setParameter(param)
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_imageobject.cpp 65 CPDF_Stream* pStream = m_pImage->GetStream();
66 if (!pStream)
69 uint32_t objnum = pStream->GetObjNum();
cpdf_tilingpattern.cpp 46 CPDF_Stream* pStream = pattern_obj()->AsStream();
47 if (!pStream)
51 m_pForm = pdfium::MakeUnique<CPDF_Form>(document(), nullptr, pStream);
cpdf_iccprofile.cpp 21 CPDF_IccProfile::CPDF_IccProfile(CPDF_Stream* pStream,
24 : m_bsRGB(DetectSRGB(pData, dwSize)), m_pStream(pStream) {
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraChannel.cpp 288 QCameraStream *pStream = new QCameraStream(allocator,
291 if (pStream == NULL) {
301 rc = pStream->init(streamInfoBuf, miscBuf,
305 mStreams.add(pStream);
307 delete pStream;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
perhist.h 57 virtual HRESULT WINAPI LoadHistory(IStream *pStream,IBindCtx *pbc) = 0;
58 virtual HRESULT WINAPI SaveHistory(IStream *pStream) = 0;
69 HRESULT (WINAPI *LoadHistory)(IPersistHistory *This,IStream *pStream,IBindCtx *pbc);
70 HRESULT (WINAPI *SaveHistory)(IPersistHistory *This,IStream *pStream);
83 #define IPersistHistory_LoadHistory(This,pStream,pbc) (This)->lpVtbl->LoadHistory(This,pStream,pbc)
84 #define IPersistHistory_SaveHistory(This,pStream) (This)->lpVtbl->SaveHistory(This,pStream)
89 HRESULT WINAPI IPersistHistory_LoadHistory_Proxy(IPersistHistory *This,IStream *pStream,IBindCtx *pbc);
91 HRESULT WINAPI IPersistHistory_SaveHistory_Proxy(IPersistHistory *This,IStream *pStream);
    [all...]

Completed in 648 milliseconds

1 2 3 4 5 6 7