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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 522 Function : movePointerTo()
529 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos)
617 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
646 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 64 void movePointerTo(mp4StreamType *psBits, int32 pos)
98 (void)movePointerTo(psBits, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
    [all...]

Completed in 131 milliseconds