HomeSort by relevance Sort by last modified time
    Searched refs:INTERLACE (Results 1 - 9 of 9) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_pic_com_adv.c 23 * Table 82 of SMPTE 421M for interlace I or BI frame.
24 * Table 83 of SMPTE 421M for interlace P frame.
25 * Table 84 of SMPTE 421M for interlace B frame.
38 if (md->INTERLACE == 1)
93 if ((md->INTERLACE == 0) || (md->PSF == 1))
109 if ((md->INTERLACE == 1) &&
141 if ((md->INTERLACE == 1) ||
vc1parse_common_defs.h 154 uint8_t INTERLACE; /** 1 bit(s). */
245 unsigned INTERLACE:1;
258 unsigned INTERLACE:1;
vc1parse.c 140 md->INTERLACE = sh.seq_max_size.INTERLACE;
227 viddec_fw_vc1_set_interlace(&wi_sl.vc1_sl, sh.seq_max_size.INTERLACE);
405 if( (pInfo->metadata.INTERLACE == 1) && (temp == VC1_FCM_FIELD_INTERLACE))
viddec_vc1_workload.c 55 /* we can have two fileds with different types for field interlace coding mode */
372 BF_WRITE(VC1_0_SEQPIC_STREAM_FORMAT_2, INTERLACE, spr->stream_format2, md->INTERLACE);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 169 uint8 INTERLACE;
vbp_vc1_parser.c 252 if (1 == seqLayerHeader->INTERLACE)
255 /* handle field interlace coding. One sample contains two fields, where:
677 se_data->INTERLACE = seqLayerHeader->INTERLACE;
742 pic_parms->sequence_fields.bits.interlace = seqLayerHeader->INTERLACE;
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 325 uint8 INTERLACE;
  /hardware/intel/img/psb_video/src/
vc1_header.h 113 If NUMREF == 0, then the current interlace P field picture shall reference one field. If
114 NUMREF == 1, then the current interlace P field picture shall reference the two temporally
119 If REFFIELD == 1, then the second most temporally recent interlace I or P field picture
143 IMG_UINT8 INTERLACE;
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.c 580 LOG_V( "mix_video vinfo: Content type %s, %s\n", (header->data_size > 8) ? "VC-1" : "WMV", (data->se_data->INTERLACE) ? "interlaced" : "progressive");
1043 // handle interlace field coding case
    [all...]

Completed in 71 milliseconds