Home
last modified time | relevance | path

Searched refs:h263_actual_height (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h469 IMG_UINT16 h263_actual_height; member
Dtng_H263ES.c315 ctx->h263_actual_height = psPicParams->picture_height; in tng__H263ES_process_picture_param()
Dtng_hostcode.c2428 …263_generate_pic_hdr_template(ctx, IMG_FRAME_IDR, ctx->h263_actual_width, ctx->h263_actual_height); in tng__prepare_templates()
2429 …3_generate_pic_hdr_template(ctx, IMG_FRAME_INTRA, ctx->h263_actual_width, ctx->h263_actual_height); in tng__prepare_templates()
2430 …generate_pic_hdr_template(ctx, IMG_FRAME_INTER_P, ctx->h263_actual_width, ctx->h263_actual_height); in tng__prepare_templates()