HomeSort by relevance Sort by last modified time
    Searched full:pic_params (Results 1 - 25 of 37) sorted by null

1 2

  /hardware/intel/img/psb_video/src/
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...]