Home
last modified time | relevance | path

Searched refs:eFrameType (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostbias.h38 VAStatus tng_load_bias(context_ENC_p ctx, IMG_FRAME_TYPE eFrameType);
Dtng_hostbias.c505 IMG_FRAME_TYPE __maybe_unused eFrameType) in tng__H263ES_load_bias_tables() argument
623 IMG_FRAME_TYPE eFrameType) in tng__H264ES_load_bias_tables() argument
676 if (eFrameType == IMG_INTER_B) { in tng__H264ES_load_bias_tables()
708 VAStatus tng_load_bias(context_ENC_p ctx, IMG_FRAME_TYPE eFrameType) in tng_load_bias() argument
714 tng__H264ES_load_bias_tables(ctx, eFrameType); //IMG_INTER_P); in tng_load_bias()
717 tng__H263ES_load_bias_tables(ctx, eFrameType); //IMG_INTER_P); in tng_load_bias()
Dtng_picmgmt.h76 … IMG_FRAME_TYPE eFrameType; //!< Type of the next reference frame (IDR, I, P) member
Dtng_hostcode.c949 ctx->eFrameType = IMG_INTER_P; in tng__provide_buffer_PFrames()
952 ctx->eFrameType = IMG_INTRA_FRAME; in tng__provide_buffer_PFrames()
955 ctx->eFrameType = IMG_INTRA_IDR; in tng__provide_buffer_PFrames()
957 drv_debug_msg(VIDEO_DEBUG_GENERAL,"%s: ctx->eFrameType = %d\n", __FUNCTION__, ctx->eFrameType); in tng__provide_buffer_PFrames()
989 IMG_UINT8 ui8Ref1Level, IMG_FRAME_TYPE eFrameType) in tng__create_gop_frame() argument
997 F_ENCODE(eFrameType, GOP_FRAMETYPE); in tng__create_gop_frame()
2031 IMG_FRAME_TEMPLATE_TYPE eFrameType, in tng__h263_generate_pic_hdr_template() argument
2038 …H263_PICTURE_CODING_TYPE ePictureCodingType = ((eFrameType == IMG_FRAME_INTRA)|| (eFrameType == IM… in tng__h263_generate_pic_hdr_template()
2046 …G_UINT8*)(ps_mem->bufs_pic_template.virtual_addr + (ctx->ctx_mem_size.pic_template * eFrameType))); in tng__h263_generate_pic_hdr_template()
3452 static VAStatus tng__update_frametype(context_ENC_p ctx, IMG_FRAME_TYPE eFrameType) in tng__update_frametype() argument
[all …]
Dtng_enc_trace.c847 IMG_FRAME_TYPE eFrameType = 0; in PICMGMT_dump() local
856 eFrameType = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()
857 switch (eFrameType) { in PICMGMT_dump()
Dtng_hostair.c879 if ((ctx->eFrameType == IMG_INTRA_IDR) || in tng_air_set_output_control()
880 (ctx->eFrameType == IMG_INTRA_FRAME)) in tng_air_set_output_control()
Dtng_hostcode.h250 IMG_FRAME_TYPE eFrameType; member
Dtng_trace.c1063 IMG_FRAME_TYPE eFrameType = 0; in PICMGMT_dump() local
1072 eFrameType = (data & MASK_MTX_MSG_PICMGMT_DATA) >> SHIFT_MTX_MSG_PICMGMT_DATA; in PICMGMT_dump()
1073 switch (eFrameType) { in PICMGMT_dump()