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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4_BitStreamParser.h 80 M4OSA_UInt32 M4_BitStreamParser_GetBits(void* pContext,M4OSA_Int32 bitPos, M4OSA_Int32 length);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 109 psBits.bitPos = 32;
631 uint32 bitPos = pStream->bitPos;
636 if (ucNBits > (32 - bitPos)) /* not enough bits */
639 bitPos = dataBitPos & 7; /* update bit position */
655 pStream->bitPos = bitPos;
658 bitPos += ucNBits;
660 *pulOutData = (pStream->bitBuf >> (32 - bitPos)) & mask[(uint16)ucNBits];
673 uint32 bitPos = pStream->bitPos
    [all...]
ti_video_config_parser.cpp 80 psBits.bitPos = 32;
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 68 uint32 bitPos;
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 153 M4OSA_UInt32 bitPos;
284 M4OSA_UInt32 bitPos; /*!< bit position in buffer */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 221 p_bs->bitPos += numBits;
231 if( bcnt < (int)(p_bs->numBitsInBuffer - p_bs->bitPos) )
240 /* EPB byte found: skip it and update bitPos accordingly */
242 p_bs->bitPos += 8;
255 if( p_bs->bitPos <= p_bs->numBitsInBuffer )
273 p_bs->bitPos += numBits;
283 if( bcnt < (p_bs->numBitsInBuffer - p_bs->bitPos) )
289 { /* JC: EPB byte found: skip it and update bitPos accordingly */
291 p_bs->bitPos += 8;
392 p_bs->bitPos = 0
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/aac/libSBRenc/src/
bit_sbr.cpp 265 INT bitPos = FDKgetValidBits(&cmonData->sbrBitbuf);
275 FDKpushBack(&cmonData->sbrBitbuf, (FDKgetValidBits(&cmonData->sbrBitbuf) - bitPos) );
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 232 void* pContext,M4OSA_Int32 bitPos, M4OSA_Int32 bitLength) {
243 bitLocation=bitPos/32;
244 bitIndex=(bitPos) % 32;
    [all...]

Completed in 2050 milliseconds