Home | History | Annotate | Download | only in inc

Lines Matching refs:M4OSA_UInt32

153     M4OSA_UInt32    bitPos;
159 M4OSA_UInt32 byteCnt;
162 M4OSA_UInt32 currBuff;
178 M4OSA_UInt32 level_idc_index;
179 M4OSA_UInt32 MaxFrameNum;
180 M4OSA_UInt32 expectedDeltaPerPicOrderCntCycle;
284 M4OSA_UInt32 bitPos; /*!< bit position in buffer */
285 M4OSA_UInt32 totalBits; /*!< bit position in file (total bits read so far) */
287 M4OSA_UInt32 lastTotalBits; /*!< bit position in file of the last VOP */
288 M4OSA_UInt32 numBitsInBuffer; /*!< number of bits in buffer */
289 M4OSA_UInt32 readableBytesInBuffer; /*!< number of bytes that can be read in decoder buffer*/
290 M4OSA_UInt32 maxBufferSize; /*!< max buffer size in bit units */
293 M4OSA_UInt32 ui32TempBuff;
295 M4OSA_UInt32 ui32LastTwoBytes; /*!< stores the last read two bytes */
314 M4OSA_UInt32 m_Num_Bytes_NALUnitLength;
318 M4OSA_UInt32 m_decoderSpecificInfoSize;/**< Size of the specific information pointer above*/
321 M4OSA_UInt32 m_encoderSPSSize;
324 M4OSA_UInt32 m_encoderPPSSize;
327 M4OSA_UInt32 m_pFinalDSISize;
329 M4OSA_UInt32 m_encoder_SPS_Cnt;
331 M4OSA_UInt32 m_encoder_PPS_Cnt;
343 M4OSA_UInt32 enc_seq_parameter_set_id;
344 M4OSA_UInt32 enc_log2_max_frame_num_minus4;
345 M4OSA_UInt32 enc_pic_order_cnt_type;
346 M4OSA_UInt32 enc_log2_max_pic_order_cnt_lsb_minus4; /* applicable when POC type = 0 */
347 M4OSA_UInt32 enc_delta_pic_order_always_zero_flag;
350 M4OSA_UInt32 enc_num_ref_frames_in_pic_order_cnt_cycle; /* range 0 to 255 */
353 M4OSA_UInt32 enc_num_ref_frames;
354 M4OSA_UInt32 enc_gaps_in_frame_num_value_allowed_flag;
358 M4OSA_UInt32 clip_seq_parameter_set_id;
359 M4OSA_UInt32 clip_log2_max_frame_num_minus4;
360 M4OSA_UInt32 clip_pic_order_cnt_type;
361 M4OSA_UInt32 clip_log2_max_pic_order_cnt_lsb_minus4; /* applicable when POC type = 0 */
362 M4OSA_UInt32 clip_delta_pic_order_always_zero_flag;
365 M4OSA_UInt32 clip_num_ref_frames_in_pic_order_cnt_cycle; /* range 0 to 255 */
368 M4OSA_UInt32 clip_num_ref_frames;
369 M4OSA_UInt32 clip_gaps_in_frame_num_value_allowed_flag;
371 M4OSA_UInt32 final_PPS_ID;
372 M4OSA_UInt32 final_SPS_ID;
403 M4OSA_UInt32 uiMaxMetadataSize; /**< Limitation on the max acceptable moov
411 M4OSA_UInt32
412 M4OSA_UInt32 uiEndCutTime; /**< Begin cut time, in milliseconds */
413 M4OSA_UInt32 uiMaxFileSize; /**< Maximum output file size, in bytes */
414 M4OSA_UInt32 uiAudioBitrate; /**< Targeted audio bitrate in bps */
415 M4OSA_UInt32 uiVideoBitrate; /**< Targeted video bitrate in bps */
439 M4OSA_UInt32 m_audioAUDuration; /**< Audio AU duration */
460 M4OSA_UInt32 uiEncVideoBitrate; /**< Actual video bitrate for the video encoder */
461 M4OSA_UInt32 outputVideoTimescale;
462 M4OSA_UInt32 encoderState;
493 M4OSA_UInt32 audioEncoderGranularity; /**< Minimum number of pcm samples needed
508 M4OSA_UInt32 uiVideoAUCount; /**< Number of video AU written in output
510 M4OSA_UInt32 uiVideoMaxAuSize; /**< Max access unit size for the output
512 M4OSA_UInt32 uiVideoMaxChunckSize; /**< Max chunck size for the output video
514 M4OSA_UInt32 uiAudioAUCount; /**< Number of audio AU written in output file */
515 M4OSA_UInt32 uiAudioMaxAuSize; /**< Max access unit size for the output
517 M4OSA_UInt32 uiAudioCts; /**< Audio AU cts (when audio is transcoded) */
594 M4OSA_UInt32 H264MCSTempBufferSize;
595 M4OSA_UInt32 H264MCSTempBufferDataSize;