• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:pict_type

740         if (s->pict_type == AV_PICTURE_TYPE_P) {
766 switch (s->pict_type) {
1165 if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
1383 s->pict_type = get_bits(&s->gb, 3);
1384 if (s->pict_type == 0 || s->pict_type > 3)
1389 if (s->pict_type == AV_PICTURE_TYPE_P ||
1390 s->pict_type == AV_PICTURE_TYPE_B) {
1399 if (s->pict_type == AV_PICTURE_TYPE_B) {
1408 s->current_picture.f->pict_type = s->pict_type;
1409 s->current_picture.f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;
1413 "vbv_delay %d, ref %d type:%d\n", vbv_delay, ref, s->pict_type);
1561 if (!s->pict_type && s1->mpeg_enc_ctx_allocated) {
1566 s->pict_type = AV_PICTURE_TYPE_I;
1568 s->pict_type = AV_PICTURE_TYPE_P;
1570 s->pict_type = AV_PICTURE_TYPE_B;
1571 s->current_picture.f->pict_type = s->pict_type;
1572 s->current_picture.f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;
1787 s->pict_type == AV_PICTURE_TYPE_I ? "I" :
1788 (s->pict_type == AV_PICTURE_TYPE_P ? "P" :
1789 (s->pict_type == AV_PICTURE_TYPE_B ? "B" : "S")),
1819 (dir == 1 && s->pict_type != AV_PICTURE_TYPE_B)) {
1862 s->pict_type == AV_PICTURE_TYPE_I &&
1928 if (s->pict_type == AV_PICTURE_TYPE_I) {
1942 if (s->pict_type == AV_PICTURE_TYPE_P) {
2040 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
2393 s2->pict_type = 0;
2462 s2->pict_type = 0;
2577 if (s2->pict_type == AV_PICTURE_TYPE_B) {
2584 if (s2->pict_type == AV_PICTURE_TYPE_I || (s2->flags2 & CODEC_FLAG2_SHOW_ALL))
2589 if (s2->pict_type == AV_PICTURE_TYPE_P && !s->sync) {
2595 s2->pict_type == AV_PICTURE_TYPE_B) ||
2597 s2->pict_type != AV_PICTURE_TYPE_I) ||
2612 if (!s2->pict_type) {