Searched refs:movePointerTo (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | datapart_decode.cpp | 183 movePointerTo(stream, startFirstPart); in DecodeDataPart_I_VideoPacket() 220 movePointerTo(stream, startFirstPart); in DecodeDataPart_I_VideoPacket() 248 movePointerTo(stream, startSecondPart); /* */ in DecodeDataPart_I_VideoPacket() 272 movePointerTo(stream, startSecondPart); /* */ in DecodeDataPart_I_VideoPacket() 284 movePointerTo(stream, startSecondPart); in DecodeDataPart_I_VideoPacket() 342 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket() 358 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket() 397 movePointerTo(stream, startFirstPart); in DecodeDataPart_P_VideoPacket() 436 movePointerTo(stream, startSecondPart); in DecodeDataPart_P_VideoPacket() 470 movePointerTo(stream, startSecondPart); in DecodeDataPart_P_VideoPacket() [all …]
|
D | bitstream.cpp | 529 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos) in movePointerTo() function 617 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in PVSearchNextH263Frame() 646 (void)movePointerTo(stream, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in PVSearchNextM4VFrame()
|
D | bitstream.h | 152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
|
D | conceal.cpp | 43 movePointerTo(stream, startFirstPartition); in ConcealTexture_I()
|
D | combined_decode.cpp | 161 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode() 176 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode()
|