#include "contributors.h"
#include "global.h"
Go to the source code of this file.
Functions | |
int | RBSPtoSODB (byte *streamBuffer, int last_byte_pos) |
int | EBSPtoRBSP (byte *streamBuffer, int end_bytepos, int begin_bytepos) |
Definition in file nal.c.
int EBSPtoRBSP | ( | byte * | streamBuffer, | |
int | end_bytepos, | |||
int | begin_bytepos | |||
) |
Converts Encapsulated Byte Sequence Packets to RBSP.
streamBuffer | pointer to data stream | |
end_bytepos | size of data stream | |
begin_bytepos | Position after beginning |
Definition at line 85 of file nal.c.
Referenced by NALUtoRBSP().
int RBSPtoSODB | ( | byte * | streamBuffer, | |
int | last_byte_pos | |||
) |
Converts RBSP to string of data bits.
streamBuffer | pointer to buffer containing data | |
last_byte_pos | position of the last byte containing data. |
Definition at line 34 of file nal.c.
Referenced by read_new_slice().