Home
last modified time | relevance | path

Searched refs:movePointerTo (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Ddatapart_decode.cpp184 movePointerTo(stream, startFirstPart); in DecodeDataPart_I_VideoPacket()
221 movePointerTo(stream, startFirstPart); in DecodeDataPart_I_VideoPacket()
249 movePointerTo(stream, startSecondPart); /* */ in DecodeDataPart_I_VideoPacket()
273 movePointerTo(stream, startSecondPart); /* */ in DecodeDataPart_I_VideoPacket()
285 movePointerTo(stream, startSecondPart); in DecodeDataPart_I_VideoPacket()
343 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket()
359 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket()
398 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket()
437 movePointerTo(stream, startSecondPart); in DecodeDataPart_P_VideoPacket()
471 movePointerTo(stream, startSecondPart); in DecodeDataPart_P_VideoPacket()
[all …]
Dbitstream.cpp532 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos) in movePointerTo() function
620 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in PVSearchNextH263Frame()
649 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in PVSearchNextM4VFrame()
Dbitstream.h152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
Dconceal.cpp38 movePointerTo(stream, startFirstPartition); in ConcealTexture_I()
Dcombined_decode.cpp162 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode()
177 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode()
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/
Dm4v_config_parser.cpp64 void movePointerTo(mp4StreamType *psBits, int32 pos) in movePointerTo() function
98 (void)movePointerTo(psBits, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in SearchNextM4VFrame()