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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 183 movePointerTo(stream, startFirstPart);
220 movePointerTo(stream, startFirstPart);
248 movePointerTo(stream, startSecondPart); /* */
272 movePointerTo(stream, startSecondPart); /* */
284 movePointerTo(stream, startSecondPart);
342 movePointerTo(stream, startFirstPart);
358 movePointerTo(stream, startFirstPart);
397 movePointerTo(stream, startFirstPart);
436 movePointerTo(stream, startSecondPart);
470 movePointerTo(stream, startSecondPart)
    [all...]
bitstream.h 152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
conceal.cpp 38 movePointerTo(stream, startFirstPartition);
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...]
combined_decode.cpp 161 movePointerTo(stream, (startPacket & -8));
176 movePointerTo(stream, (startPacket & -8));
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 69 void movePointerTo(mp4StreamType *psBits, int32 pos)
103 (void)movePointerTo(psBits, ((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 84 milliseconds