HomeSort by relevance Sort by last modified time
    Searched defs:pStrmCurrPos (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.h 48 u8 *pStrmCurrPos; /* current read address in stream buffer */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFlushBits.s 30 pStrmCurrPos RN 2
69 ADD pStrmCurrPos, pStrmBuffStart, readBits, LSR #3
70 STR pStrmCurrPos, [pStrmData, #0x4]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFlushBits.S 30 #define pStrmCurrPos r2
67 ADD pStrmCurrPos, pStrmBuffStart, readBits, LSR #3
68 STR pStrmCurrPos, [pStrmData, #0x4]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 91 u8 *pStrmCurrPos; /* Pointer to stream position where decoder

Completed in 24 milliseconds