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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcrystalhd.c122 uint8_t pic_type; member in struct:OpaqueList
237 uint8_t pic_type)
254 newNode->pic_type = pic_type;
550 uint8_t pic_type = 0; local
568 pic_type = node->pic_type;
576 * simple, pic_type should be set a FIELD value - doesn't
579 pic_type = PICT_BOTTOM_FIELD;
584 pic_type);
236 opaque_list_push(CHDContext *priv, uint64_t reordered_opaque, uint8_t pic_type) argument
881 uint8_t pic_type = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavsdec.c226 if(h->pic_type == AV_PICTURE_TYPE_I)
430 if((h->pic_type != AV_PICTURE_TYPE_I) || (!h->pic_structure && h->mby >= h->mb_width/2))
478 h->pic_type = get_bits(&s->gb,2) + AV_PICTURE_TYPE_I;
479 if(h->pic_type > AV_PICTURE_TYPE_B) {
485 (!h->DPB[1].f.data[0] && h->pic_type == AV_PICTURE_TYPE_B))
488 h->pic_type = AV_PICTURE_TYPE_I;
510 if(h->pic_type != AV_PICTURE_TYPE_B) {
518 if(h->pic_type == AV_PICTURE_TYPE_B) {
537 if(h->pic_type == AV_PICTURE_TYPE_I) {
542 if(!(h->pic_type
[all...]
H A Dcavs.h164 int pic_type; member in struct:__anon1890
282 if(h->pic_type != AV_PICTURE_TYPE_B)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c452 int enc, pic_type; local
493 pic_type = avio_r8(pb);
495 if (pic_type < 0 || pic_type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) {
497 pic_type);
498 pic_type = 0;
500 apic->type = ff_id3v2_picture_types[pic_type];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c304 char pic_type; local
314 pic_type = fget_byte(fp); size -= 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c449 char pic_type;
452 pic_type = fget_byte(fp); size -= 1;

Completed in 58 milliseconds