Searched refs:mpeg_enc_ctx_allocated (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpeg12.c1157 int mpeg_enc_ctx_allocated; /* true if decoding context allocated */ member in struct:Mpeg1Context
1187 s->mpeg_enc_ctx_allocated = 0;
1235 (s1->mpeg_enc_ctx_allocated == 0)||
1244 if (s1->mpeg_enc_ctx_allocated) {
1326 s1->mpeg_enc_ctx_allocated = 1;
1518 if(!s->pict_type && s1->mpeg_enc_ctx_allocated){
1935 if (!s1->mpeg_enc_ctx_allocated || !s->current_picture_ptr)
2091 if (s1->mpeg_enc_ctx_allocated) {
2111 s1->mpeg_enc_ctx_allocated = 1;
2297 if(s->mpeg_enc_ctx_allocated
[all...]

Completed in 42 milliseconds