Searched refs:boundary (Results 1 - 7 of 7) sorted by relevance
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
H A D | drm_inner.h | 44 uint8_t boundary[256]; member in struct:_T_DRM_DM_Binary_Node 48 uint8_t boundary[256]; member in struct:_T_DRM_DM_Base64_Node
|
/frameworks/base/media/libdrm/mobile1/include/parser/ |
H A D | parser_dm.h | 61 uint8_t boundary[MAX_CONTENT_BOUNDARY_LEN]; /**< DRM message's boundary */ member in struct:_T_DRM_DM_Info
|
/frameworks/base/media/libdrm/mobile1/src/parser/ |
H A D | parser_dm.c | 82 /* Find out the boundary */ 85 return FALSE; /* No boundary error */ 88 /* Record the boundary */ 93 strncpy((char *)pDmInfo->boundary, (char *)pStart, pEnd - pStart); 94 boundaryLen = strlen((char *)pDmInfo->boundary) + 2; /* 2 means: '\r' and '\n' */ 194 break; /* no boundary found */ 200 break; /* here means may be the boundary has been split */ 203 if (('\n' == *(pEnd + 1)) && (0 == memcmp(pEnd + 2, pDmInfo->boundary, strlen((char *)pDmInfo->boundary)))) 204 break; /* find the boundary her [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
H A D | omxVCM4P2_PredictReconCoefIntra_s.s | 28 ; * block; must be aligned on a 4-byte boundary. The 32 ; * on a 4-byte boundary. 34 ; * aligned on a 4-byte boundary.
|
/frameworks/base/media/libdrm/mobile1/src/objmng/ |
H A D | drm_api.c | 155 /* check if it is DRM Message, only check the first two bytes, it must be the start flag of boundary: "--" */ 188 static int32_t drm_scanEndBoundary(const uint8_t* pBuf, int32_t len, uint8_t* const boundary) argument 194 if (NULL == pBuf || len <=0 || NULL == boundary) 198 boundaryLen = strlen((char *)boundary) + 2; /* 2 means: '\r' and '\n' */ 206 return -2; /* here means may be the boundary has been split */ 208 if (('\n' == *(p + 1)) && (0 == memcmp(p + 2, boundary, strlen((char *)boundary)))) 209 return p - pBuf; /* find the boundary here */ 215 return len; /* no boundary found */ 873 strcpy((char *)((T_DRM_DM_Base64_Node *)(s->infoStruct))->boundary, (cha [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
H A D | omxVCM4P2_PredictReconCoefIntra_s.s | 28 ; * block; must be aligned on a 4-byte boundary. The 32 ; * on a 4-byte boundary. 34 ; * aligned on a 4-byte boundary.
|
/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 115 ALOGW("%s size 0x%x or headerSize 0x%x is not on an integer boundary.", 2834 ALOGW("Bad resource table: header size 0x%x or total size 0x%x is not on an integer boundary\n", 3718 ALOGW("ResTable_entry at %d (pkg=%d type=%d ent=%d) is not on an integer boundary when looking for %s:%s/%s", 4931 ALOGW("ResTable_entry at 0x%x is not on an integer boundary", 4969 ALOGW("ResTable_package type strings at %p is not on an integer boundary.", 4979 ALOGW("ResTable_package key strings at %p is not on an integer boundary.",
|
Completed in 65 milliseconds