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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c426 int len, startcode, i, es_type, ret; local
450 es_type = m->psm_es_type[startcode & 0xff];
451 if(es_type > 0 && es_type != STREAM_TYPE_PRIVATE_DATA){
452 if(es_type == STREAM_TYPE_VIDEO_MPEG1){
455 } else if(es_type == STREAM_TYPE_VIDEO_MPEG2){
458 } else if(es_type == STREAM_TYPE_AUDIO_MPEG1 ||
459 es_type == STREAM_TYPE_AUDIO_MPEG2){
462 } else if(es_type == STREAM_TYPE_AUDIO_AAC){
465 } else if(es_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c466 int len, startcode, i, es_type, ret; local
500 es_type = m->psm_es_type[startcode & 0xff];
501 if (es_type == STREAM_TYPE_VIDEO_MPEG1) {
504 } else if (es_type == STREAM_TYPE_VIDEO_MPEG2) {
507 } else if (es_type == STREAM_TYPE_AUDIO_MPEG1 ||
508 es_type == STREAM_TYPE_AUDIO_MPEG2) {
511 } else if (es_type == STREAM_TYPE_AUDIO_AAC) {
514 } else if (es_type == STREAM_TYPE_VIDEO_MPEG4) {
517 } else if (es_type == STREAM_TYPE_VIDEO_H264) {
520 } else if (es_type
[all...]

Completed in 58 milliseconds