Home
last modified time | relevance | path

Searched refs:ui32FrameCount (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_picmgmt.h107 IMG_UINT32 ui32FrameCount; //!< Number of frames in the stream (incl. skipped) member
Dtng_hostcode.c693 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 …]
Dtng_enc_trace.c848 IMG_UINT32 ui32FrameCount = 0; in PICMGMT_dump() local
877 ui32FrameCount = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()
879 "\t\tui32FrameCount=%d\n", ui32FrameCount); in PICMGMT_dump()
Dtng_hostair.c423 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()
Dtng_hostcode.h246 IMG_UINT32 ui32FrameCount[2]; member
Dtng_trace.c1064 IMG_UINT32 ui32FrameCount = 0; in PICMGMT_dump() local
1093 ui32FrameCount = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()
1095 "\t\tui32FrameCount=%d\n", ui32FrameCount); in PICMGMT_dump()
Dtng_cmdbuf.c457 *cmdbuf->cmd_idx++ = ctx->ui32FrameCount[0]; in tng_cmdbuf_insert_command()
Dtng_picmgmt.c676 (int)(ui32SlotIndex), (int)(ctx->ui32FrameCount[ctx->ui32StreamID])); in tng_send_source_frame()
Dtng_H264ES.c674 if (ctx->ui32FrameCount[ctx->ui32StreamID] > 0) { in tng__H264ES_process_sequence_param()