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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_h264.c147 info->pic_order_cnt_type = h->sps.poc_type;
148 info->log2_max_pic_order_cnt_lsb_minus4 = h->sps.poc_type ? 0 : h->sps.log2_max_poc_lsb - 4;
H A Dh264_ps.c418 sps->poc_type = get_ue_golomb_31(&h->gb);
420 if (sps->poc_type == 0) { // FIXME #define
427 } else if (sps->poc_type == 1) { // FIXME #define
442 } else if (sps->poc_type != 2) {
443 av_log(h->avctx, AV_LOG_ERROR, "illegal POC type %d\n", sps->poc_type);
553 sps->poc_type,
H A Ddxva2_h264.c142 pp->pic_order_cnt_type = h->sps.poc_type;
143 if (h->sps.poc_type == 0)
145 else if (h->sps.poc_type == 1)
H A Dh264_parser.c334 if (h->sps.poc_type == 0) {
342 if (h->sps.poc_type == 1 &&
H A Dvaapi_h264.c257 pic_param->seq_fields.bits.pic_order_cnt_type = h->sps.poc_type;
H A Dvdpau.c253 render->info.h264.pic_order_cnt_type = h->sps.poc_type;
254 render->info.h264.log2_max_pic_order_cnt_lsb_minus4 = h->sps.poc_type ? 0 : h->sps.log2_max_poc_lsb - 4;
H A Dh264.h180 int poc_type; ///< pic_order_cnt_type member in struct:SPS
H A Dh264.c1132 if (h->sps.poc_type == 0) {
1147 } else if (h->sps.poc_type == 1) {
H A Dh264_slice.c1732 if (h->sps.poc_type == 0) {
1739 if (h->sps.poc_type == 1 && !h->sps.delta_pic_order_always_zero_flag) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c368 sps->poc_type= get_ue_golomb_31(&s->gb);
370 if(sps->poc_type == 0){ //FIXME #define
372 } else if(sps->poc_type == 1){//FIXME #define
385 }else if(sps->poc_type != 2){
386 av_log(h->s.avctx, AV_LOG_ERROR, "illegal POC type %d\n", sps->poc_type);
452 sps->poc_type,
H A Ddxva2_h264.c139 pp->pic_order_cnt_type = h->sps.poc_type;
140 if (h->sps.poc_type == 0)
142 else if (h->sps.poc_type == 1)
H A Dvdpau.c177 render->info.h264.pic_order_cnt_type = h->sps.poc_type;
178 render->info.h264.log2_max_pic_order_cnt_lsb_minus4 = h->sps.poc_type ? 0 : h->sps.log2_max_poc_lsb - 4;
H A Dvaapi_h264.c257 pic_param->seq_fields.bits.pic_order_cnt_type = h->sps.poc_type;
H A Dh264.h159 int poc_type; ///< pic_order_cnt_type member in struct:SPS
H A Dh264.c2414 if(h->sps.poc_type==0){
2428 }else if(h->sps.poc_type==1){
3089 if(h->sps.poc_type==0){
3097 if(h->sps.poc_type==1 && !h->sps.delta_pic_order_always_zero_flag){

Completed in 260 milliseconds