HomeSort by relevance Sort by last modified time
    Searched defs:pic_params (Results 1 - 15 of 15) sorted by null

  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.h 72 /* Every frame has its own PIC_PARAMS, SLICE_PARAMS and HEADER mem
76 struct psb_buffer_s pic_params; member in struct:lnc_cmdbuf_s
150 /* do relocation in PIC_PARAMS: src/dst Y/UV base, InParamsBase, CodeBase, BellowParamsBase, AboveParamsBase */
psb_MPEG2.c 481 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2_s
635 ctx->pic_params = NULL;
682 if (ctx->pic_params) {
683 free(ctx->pic_params);
684 ctx->pic_params = NULL;
708 if (ctx->pic_params) {
709 free(ctx->pic_params);
711 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
716 switch (ctx->pic_params->picture_coding_type) {
723 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture)
    [all...]
psb_MPEG2MC.c 116 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2MC_s
    [all...]
psb_MPEG4.c 281 VAPictureParameterBufferMPEG4 *pic_params; member in struct:context_MPEG4_s
    [all...]
psb_H264.c 114 VAPictureParameterBufferH264 *pic_params; member in struct:context_H264_s
402 ctx->pic_params = NULL;
528 if (ctx->pic_params) {
529 free(ctx->pic_params);
530 ctx->pic_params = NULL;
629 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *) obj_buffer->buffer_data; local
630 if (ctx->pic_params) {
631 free(ctx->pic_params);
633 ctx->pic_params = pic_params;
863 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
905 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1078 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1477 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
    [all...]
psb_VC1.c 439 ctx->pic_params = NULL;
532 if (ctx->pic_params) {
533 free(ctx->pic_params);
534 ctx->pic_params = NULL;
590 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) {
594 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
604 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_P) {
711 VAPictureParameterBufferVC1 *pic_params; local
726 pic_params = (VAPictureParameterBufferVC1 *) obj_buffer->buffer_data;
727 if (ctx->pic_params) {
1323 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
1837 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2346 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_cmdbuf.h 89 /* Every frame has its own PIC_PARAMS, SLICE_PARAMS and HEADER mem
93 struct psb_buffer_s pic_params; member in struct:pnw_cmdbuf_s
171 /* do relocation in PIC_PARAMS: src/dst Y/UV base, InParamsBase, CodeBase, BellowParamsBase, AboveParamsBase */
pnw_rotate.c 378 VAPictureParameterBufferMPEG4 *pic_params = (VAPictureParameterBufferMPEG4 *)pic_param_tmp; local
380 if (pic_params->vol_fields.bits.interlaced)
388 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *)pic_param_tmp; local
390 if (pic_params->pic_fields.bits.field_pic_flag || pic_params->seq_fields.bits.mb_adaptive_frame_field_flag)
398 VAPictureParameterBufferVC1 *pic_params = (VAPictureParameterBufferVC1 *)pic_param_tmp; local
401 if (pic_params->sequence_fields.bits.interlace)
pnw_MPEG2.c 482 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2_s
611 ctx->pic_params = NULL;
660 if (ctx->pic_params) {
661 free(ctx->pic_params);
662 ctx->pic_params = NULL;
682 if (ctx->pic_params) {
683 free(ctx->pic_params);
685 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
690 switch (ctx->pic_params->picture_coding_type) {
697 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture)
    [all...]
pnw_MPEG4.c 1106 VAPictureParameterBufferMPEG4 *pic_params; member in struct:context_MPEG4_s
    [all...]
tng_jpegdec.c 172 VAPictureParameterBufferJPEGBaseline *pic_params; member in struct:context_JPEG_s
295 ctx->pic_params = NULL;
344 if (ctx->pic_params) {
345 free(ctx->pic_params);
346 ctx->pic_params = NULL;
577 if (ctx->pic_params) {
578 free(ctx->pic_params);
580 ctx->pic_params = (VAPictureParameterBufferJPEGBaseline *) obj_buffer->buffer_data;
581 ctx->display_picture_width = ctx->pic_params->picture_width;
582 ctx->display_picture_height = ctx->pic_params->picture_height
    [all...]
pnw_H264.c 129 VAPictureParameterBufferH264 *pic_params; member in struct:context_H264_s
424 ctx->pic_params = NULL;
517 if (ctx->pic_params) {
518 free(ctx->pic_params);
519 ctx->pic_params = NULL;
568 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *) obj_buffer->buffer_data; local
569 if (ctx->pic_params) {
570 free(ctx->pic_params);
572 ctx->pic_params = pic_params;
1001 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1050 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1191 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1517 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
    [all...]
pnw_VC1.c 460 ctx->pic_params = NULL;
585 if (ctx->pic_params) {
586 free(ctx->pic_params);
587 ctx->pic_params = NULL;
596 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) {
600 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
610 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_P) {
718 VAPictureParameterBufferVC1 *pic_params; local
730 pic_params = (VAPictureParameterBufferVC1 *) obj_buffer->buffer_data;
731 if (ctx->pic_params) {
1322 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
1792 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2321 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2460 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
    [all...]
tng_VP8.c 265 VAPictureParameterBufferVP8 *pic_params; member in struct:context_VP8_s
466 ctx->pic_params = NULL;
579 if (ctx->pic_params) {
580 free(ctx->pic_params);
581 ctx->pic_params = NULL;
625 VAPictureParameterBufferVP8 *pic_params = (VAPictureParameterBufferVP8 *) obj_buffer->buffer_data; local
626 if (ctx->pic_params) {
627 free(ctx->pic_params);
630 ctx->pic_params = pic_params;
    [all...]
vc1_header.h 204 VAPictureParameterBufferVC1 *pic_params; member in struct:context_VC1_s
259 IMG_UINT8 ui8MVmode; /* TODO: Fix, differs slightly from pic_params->mv_mode! */

Completed in 473 milliseconds