Searched refs:nal_unit_type (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c125 h->nal_unit_type = (*buf >> 1) & 0x3f;
127 if (h->nal_unit_type <= NAL_CRA_NUT) {
138 switch (h->nal_unit_type) {
242 h->nal_unit_type != NAL_TRAIL_N &&
243 h->nal_unit_type != NAL_TSA_N &&
244 h->nal_unit_type != NAL_STSA_N &&
245 h->nal_unit_type != NAL_RADL_N &&
246 h->nal_unit_type != NAL_RASL_N &&
247 h->nal_unit_type != NAL_RADL_R &&
248 h->nal_unit_type !
[all...]
H A Dhevc.h88 #define IS_IDR(s) ((s)->nal_unit_type == NAL_IDR_W_RADL || (s)->nal_unit_type == NAL_IDR_N_LP)
89 #define IS_BLA(s) ((s)->nal_unit_type == NAL_BLA_W_RADL || (s)->nal_unit_type == NAL_BLA_W_LP || \
90 (s)->nal_unit_type == NAL_BLA_N_LP)
91 #define IS_IRAP(s) ((s)->nal_unit_type >= 16 && (s)->nal_unit_type <= 23)
839 enum NALUnitType nal_unit_type; member in struct:HEVCContext
H A Dh264.c244 h->nal_unit_type = src[0] & 0x1F;
297 bufidx = h->nal_unit_type == NAL_DPC ? 1 : 0;
1431 switch (h->nal_unit_type) {
1442 first_slice != h->nal_unit_type)
1445 first_slice = h->nal_unit_type;
1465 h->nal_unit_type= 0;
1528 hx->nal_unit_type, hx->nal_ref_idc, buf_index, buf_size, dst_length);
1540 h->nal_unit_type != NAL_SEI)
1551 switch (hx->nal_unit_type) {
1559 hx->nal_unit_type);
[all...]
H A Dhevc_sei.c160 if (s->nal_unit_type == NAL_SEI_PREFIX) {
179 } else { /* nal_unit_type == NAL_SEI_SUFFIX */
H A Dh264_parser.c270 switch (h->nal_unit_type) {
332 if (h->nal_unit_type == NAL_IDR_SLICE)
360 if (h->nal_ref_idc && h->nal_unit_type != NAL_IDR_SLICE) {
H A Dhevc_refs.c475 if (s->nal_unit_type == NAL_BLA_W_LP ||
476 s->nal_unit_type == NAL_BLA_W_RADL ||
477 s->nal_unit_type == NAL_BLA_N_LP)
H A Dhevc.c377 if (s->nal_unit_type == NAL_CRA_NUT && s->last_eos == 1)
521 s->nal_unit_type != NAL_TRAIL_N &&
522 s->nal_unit_type != NAL_TSA_N &&
523 s->nal_unit_type != NAL_STSA_N &&
524 s->nal_unit_type != NAL_RADL_N &&
525 s->nal_unit_type != NAL_RADL_R &&
526 s->nal_unit_type != NAL_RASL_N &&
527 s->nal_unit_type != NAL_RASL_R)
2502 s->nal_unit_type = get_bits(gb, 6);
2510 "nal_unit_type
[all...]
H A Dh264.h557 int nal_unit_type; member in struct:H264Context
H A Dh264_slice.c1317 if (h->nal_unit_type == NAL_IDR_SLICE &&
1327 (h->avctx->skip_frame >= AVDISCARD_NONKEY && h->nal_unit_type != NAL_IDR_SLICE) ||
1729 if (h->nal_unit_type == NAL_IDR_SLICE)
1868 h->nal_unit_type != NAL_IDR_SLICE) ||
1969 h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
H A Dh264_refs.c795 if (h->nal_unit_type == NAL_IDR_SLICE) { // FIXME fields
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c152 switch(h->nal_unit_type) {
H A Dh264.c147 h->nal_unit_type= src[0]&0x1F;
186 bufidx = h->nal_unit_type == NAL_DPC ? 1 : 0; // use second escape buffer for inter data
3085 if(h->nal_unit_type == NAL_IDR_SLICE){
3324 av_get_picture_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
3918 av_log(h->s.avctx, AV_LOG_DEBUG, "NAL %d at %d/%d length %d\n", hx->nal_unit_type, buf_index, buf_size, dst_length);
3932 switch (hx->nal_unit_type) {
3952 switch(hx->nal_unit_type){
3954 if (h->nal_unit_type != NAL_IDR_SLICE) {
3970 (hx->nal_unit_type == NAL_IDR_SLICE) ||
4096 av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", hx->nal_unit_type, bit_lengt
[all...]
H A Dh264.h444 int nal_unit_type; member in struct:H264Context
H A Dh264_refs.c662 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields

Completed in 126 milliseconds