Home | History | Annotate | Download | only in src

Lines Matching refs:packetSize

209     Int PacketSize = encOption->packetSize << 3;
245 /* Check whether the input packetsize is valid (Note: put code here (before any memory allocation) in order to avoid memory leak */
274 if (PacketSize == 0)
299 if (PacketSize > profile_level_table[profile_table_index])
355 encParams->ResyncPacketsize = encOption->packetSize << 3;
412 encParams->ResyncPacketsize = PacketSize;
420 encParams->ResyncPacketsize = PacketSize;
723 /* Allocate (2*packetsize) working bitstreams */