Searched refs:movePointerTo (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | datapart_decode.cpp | 184 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 …]
|
D | bitstream.cpp | 532 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()
|
D | bitstream.h | 152 PV_STATUS movePointerTo(BitstreamDecVideo *stream, int32 pos);
|
D | conceal.cpp | 38 movePointerTo(stream, startFirstPartition); in ConcealTexture_I()
|
D | combined_decode.cpp | 162 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode() 177 movePointerTo(stream, (startPacket & -8)); in DecodeFrameCombinedMode()
|
/external/opencore/codecs_v2/utilities/m4v_config_parser/src/ |
D | m4v_config_parser.cpp | 64 void movePointerTo(mp4StreamType *psBits, int32 pos) in movePointerTo() function 98 (void)movePointerTo(psBits, ((i + initial_byte_aligned_position) << 3)); /* ptr + i */ in SearchNextM4VFrame()
|