Home | History | Annotate | Download | only in src

Lines Matching refs:frame_size

754     M4OSA_UInt32 frame_size = 0;
766 frame_size, inbuf_size);
805 while( (M4OSA_Int32)frame_size < inbuf_size )
808 p_bs->Buffer = (M4OSA_UInt8 *)(inbuff + frame_size);
825 p_bs->numBitsInBuffer = ( inbuf_size - frame_size - 5) << 3;
826 p_bs->readableBytesInBuffer = inbuf_size - frame_size - 5;
837 frame_size += nal_size + 4;
1307 M4OSA_UInt32 frame_size = 0;
1386 while( ( (M4OSA_Int32)frame_size) < inbuf_size )
1389 p_bs->Buffer = (M4OSA_UInt8 *)(inbuff + frame_size);
1420 frame_size += instance->m_Num_Bytes_NALUnitLength;
1427 ( inbuf_size - frame_size - instance->m_Num_Bytes_NALUnitLength - 1)
1430 inbuf_size - frame_size - instance->m_Num_Bytes_NALUnitLength - 1;
1439 frame_size += nal_size + instance->m_Num_Bytes_NALUnitLength;
1759 M4OSA_UInt32 frame_size = 0;
1778 while( (M4OSA_Int32)frame_size < inbuf_size )
1781 p_bs->Buffer = (M4OSA_UInt8 *)(inbuff + frame_size);
1796 p_bs->numBitsInBuffer = ( inbuf_size - frame_size - 5) << 3;
1797 p_bs->readableBytesInBuffer = inbuf_size - frame_size - 5;
1808 nal_size = inbuf_size - frame_size - 4;
1809 buff = inbuff + frame_size + 4;
1826 nal_size = ( inbuf_size - frame_size - 4) - nal_size;
1830 // inbuf_size, frame_size, nal_size + 4);
1831 frame_size += nal_size + 4;