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

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
datapart_decode.cpp 184 movePointerTo(stream, startFirstPart);
221 movePointerTo(stream, startFirstPart);
249 movePointerTo(stream, startSecondPart); /* */
273 movePointerTo(stream, startSecondPart); /* */
285 movePointerTo(stream, startSecondPart);
343 movePointerTo(stream, startFirstPart);
359 movePointerTo(stream, startFirstPart);
398 movePointerTo(stream, startFirstPart);
437 movePointerTo(stream, startSecondPart);
471 movePointerTo(stream, startSecondPart)
    [all...]
bitstream.h 152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
conceal.cpp 38 movePointerTo(stream, startFirstPartition);
bitstream.cpp 525 Function : movePointerTo()
532 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos)
620 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
649 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
    [all...]
combined_decode.cpp 162 movePointerTo(stream, (startPacket & -8));
177 movePointerTo(stream, (startPacket & -8));
  /frameworks/base/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));
  /external/opencore/codecs_v2/utilities/m4v_config_parser/src/
m4v_config_parser.cpp 64 void movePointerTo(mp4StreamType *psBits, int32 pos)
98 (void)movePointerTo(psBits, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */
  /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 325 milliseconds