Searched refs:p_context (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/common/ |
| H A D | cli_hush.c | 197 struct p_context { struct 206 struct p_context *stack; argument 460 static int setup_redirect(struct p_context *ctx, int fd, redir_type style, struct in_str *input); 462 static void initialize_context(struct p_context *ctx); 463 static int done_word(o_string *dest, struct p_context *ctx); 464 static int done_command(struct p_context *ctx); 465 static int done_pipe(struct p_context *ctx, pipe_style type); 470 static int process_command_subs(o_string *dest, struct p_context *ctx, struct in_str *input, int su… 471 static int parse_group(o_string *dest, struct p_context *ctx, struct in_str *input, int ch); 475 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input); [all …]
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 0004-mmal_20.patch | 5127 + AVCodecContext *p_context; 5214 +ZcGetFormat(AVCodecContext *p_context, const enum PixelFormat *pi_fmt) 5216 + enum PixelFormat swfmt = avcodec_default_get_format(p_context, pi_fmt); 5273 + const unsigned int dec_pool_req = av_rpi_zc_get_decoder_pool_size(sys->p_context->opaque); 5729 + /* *** get a p_context *** */ 6066 + AVCodecContext *ctx = p_sys->p_context; 6189 + AVCodecContext *p_context = ZcFfmpeg_AllocContext( p_dec, &p_codec ); 6190 + if( p_context == NULL ) 6202 + avcodec_free_context( &p_context ); 6208 + p_sys->p_context = p_context; [all …]
|