Searched refs:ui32FrameCount (Results 1 – 9 of 9) sorted by relevance
107 IMG_UINT32 ui32FrameCount; //!< Number of frames in the stream (incl. skipped) member
693 ctx->ui32FrameCount[0] = ctx->ui32FrameCount[1] = 0; in tng__init_context()882 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_BFrames()920 IMG_UINT32 ui32FrameIdx = ctx->ui32FrameCount[ui32StreamIndex]; in tng__provide_buffer_PFrames()2246 if (ctx->ui32FrameCount[ui32StreamIndex] == 0) { in tng__H264ES_send_hrd_header()2253 ui32cpb_removal_delay = 2 * ctx->ui32FrameCount[ui32StreamIndex]; in tng__H264ES_send_hrd_header()3416 __FUNCTION__, ctx->ui32FrameCount[ui32StreamIndex], psRCParams->ui32BitsPerSecond, in tng__update_ratecontrol()3482 ui32StreamIndex, ctx->ui32FrameCount[ui32StreamIndex]); in tng__cmdbuf_send_picmgmt()3627 __FUNCTION__, ctx->ui8SlicesPerPicture, ctx->ui32FrameCount[0]); in tng_EndPicture()3629 if (ctx->ui32FrameCount[0] == 0) { in tng_EndPicture()3684 if (ctx->ui32FrameCount[0] == 0) { in tng_EndPicture()[all …]
848 IMG_UINT32 ui32FrameCount = 0; in PICMGMT_dump() local877 ui32FrameCount = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()879 "\t\tui32FrameCount=%d\n", ui32FrameCount); in PICMGMT_dump()
423 if (ctx->ui32FrameCount[0] < 1) in tng__send_air_inp_ctrl_buf()436 ui32Skip = (ctx->ui32FrameCount[0] & 0x7) + 1; // Pseudorandom skip. in tng__send_air_inp_ctrl_buf()
246 IMG_UINT32 ui32FrameCount[2]; member
1064 IMG_UINT32 ui32FrameCount = 0; in PICMGMT_dump() local1093 ui32FrameCount = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()1095 "\t\tui32FrameCount=%d\n", ui32FrameCount); in PICMGMT_dump()
457 *cmdbuf->cmd_idx++ = ctx->ui32FrameCount[0]; in tng_cmdbuf_insert_command()
676 (int)(ui32SlotIndex), (int)(ctx->ui32FrameCount[ctx->ui32StreamID])); in tng_send_source_frame()
674 if (ctx->ui32FrameCount[ctx->ui32StreamID] > 0) { in tng__H264ES_process_sequence_param()