HomeSort by relevance Sort by last modified time
    Searched refs:bytePtr (Results 1 - 18 of 18) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
mp4_utils.cpp 58 uint8 *bits = &posPtr->bytePtr[0];
69 posPtr->bytePtr++;
74 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) {
78 code |= *bytePtr++;
81 return bytePtr;
94 m_posInfo.bytePtr = psBits->data;
97 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
99 if(m_posInfo.bytePtr) {
104 m_posInfo.bytePtr = psBits->data
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 52 uint8 *bits = &posPtr->bytePtr[0];
63 posPtr->bytePtr++;
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
75 code |= *bytePtr++;
78 return bytePtr;
92 m_posInfo.bytePtr = psBits->data;
95 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
98 if (m_posInfo.bytePtr) {
103 m_posInfo.bytePtr = psBits->data
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 52 uint8 *bits = &posPtr->bytePtr[0];
63 posPtr->bytePtr++;
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
75 code |= *bytePtr++;
78 return bytePtr;
92 m_posInfo.bytePtr = psBits->data;
95 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
98 if (m_posInfo.bytePtr) {
103 m_posInfo.bytePtr = psBits->data
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
mp4_utils.cpp 52 uint8 *bits = &posPtr->bytePtr[0];
63 posPtr->bytePtr++;
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
75 code |= *bytePtr++;
78 return bytePtr;
92 m_posInfo.bytePtr = psBits->data;
95 m_posInfo.bytePtr = find_code(m_posInfo.bytePtr,4,
98 if (m_posInfo.bytePtr) {
103 m_posInfo.bytePtr = psBits->data
    [all...]
  /external/skia/tests/
CachedDecodingPixelRefTest.cpp 59 char* bytePtr = static_cast<char*>(pixels);
63 sk_memset32((uint32_t*)bytePtr,
65 bytePtr += rowBytes;
70 sk_memset16((uint16_t*)bytePtr,
72 bytePtr += rowBytes;
  /external/skqp/tests/
CachedDecodingPixelRefTest.cpp 59 char* bytePtr = static_cast<char*>(pixels);
63 sk_memset32((uint32_t*)bytePtr,
65 bytePtr += rowBytes;
70 sk_memset16((uint16_t*)bytePtr,
72 bytePtr += rowBytes;
  /external/dng_sdk/source/
dng_read_image.cpp 140 inline void DecodeDeltaBytes (uint8 *bytePtr, int32 cols, int32 channels)
146 uint8 b0 = bytePtr [0];
148 bytePtr += 1;
153 b0 += bytePtr [0];
155 bytePtr [0] = b0;
157 bytePtr += 1;
166 uint8 b0 = bytePtr [0];
167 uint8 b1 = bytePtr [1];
168 uint8 b2 = bytePtr [2];
170 bytePtr += 3
    [all...]
dng_image_writer.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
mp4_utils.h 155 uint8 *bytePtr;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
mp4_utils.h 152 uint8 *bytePtr;
  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.cpp 85 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr);
89 if (bytePtr[i] != 0)
206 const deUint8* bytePtr = reinterpret_cast<const deUint8*>(valuePtr);
212 logMsg << " " << (deUint32)bytePtr[i];
  /external/icu/icu4c/source/common/
icuplug.cpp 81 uint8_t *bytePtr = (uint8_t *)list;
90 memmove(bytePtr+(itemToRemove*memberSize), bytePtr+((itemToRemove+1)*memberSize), memberSize);
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 249 UInt8 * bytePtr;
253 bytePtr = (UInt8 *)start;
258 byte = *bytePtr++;
263 return bytePtr - start;
    [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /dalvik/dexdump/
DexDump.cpp 976 const u1* bytePtr = (const u1*) &insns[insnIdx+i];
977 printf(" %02x%02x", bytePtr[0], bytePtr[1]);
    [all...]
  /art/dexlayout/
dexlayout.cc 842 const uint8_t* bytePtr = (const uint8_t*) &insns[insn_idx + i];
843 fprintf(out_file_, " %02x%02x", bytePtr[0], bytePtr[1]);
    [all...]

Completed in 770 milliseconds