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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264enc.c30 * @param nal_unit_type NAL unit payload type
36 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize, argument
43 if (nal_unit_type != NAL_END_STREAM)
59 put_bits(&b,5,nal_unit_type); // nal_unit_type
H A Dh264_parser.c150 switch(h->nal_unit_type) {
H A Dh264.c144 h->nal_unit_type= src[0]&0x1F;
187 bufidx = h->nal_unit_type == NAL_DPC ? 1 : 0; // use second escape buffer for inter data
1961 if(h->nal_unit_type == NAL_IDR_SLICE){
2184 av_get_pict_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
2792 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);
2807 switch(hx->nal_unit_type){
2809 if (h->nal_unit_type != NAL_IDR_SLICE) {
2831 (hx->nal_unit_type == NAL_IDR_SLICE) ||
2906 av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", hx->nal_unit_type, bit_length);
2921 h->nal_unit_type
[all...]
H A Dh264_refs.c638 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields
H A Dh264.h458 int nal_unit_type; member in struct:H264Context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264enc.c30 * @param nal_unit_type NAL unit payload type
36 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize, argument
43 if (nal_unit_type != NAL_END_STREAM)
59 put_bits(&b,5,nal_unit_type); // nal_unit_type
H A Dh264_parser.c150 switch(h->nal_unit_type) {
H A Dh264.c144 h->nal_unit_type= src[0]&0x1F;
187 bufidx = h->nal_unit_type == NAL_DPC ? 1 : 0; // use second escape buffer for inter data
1961 if(h->nal_unit_type == NAL_IDR_SLICE){
2184 av_get_pict_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
2792 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);
2807 switch(hx->nal_unit_type){
2809 if (h->nal_unit_type != NAL_IDR_SLICE) {
2831 (hx->nal_unit_type == NAL_IDR_SLICE) ||
2906 av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", hx->nal_unit_type, bit_length);
2921 h->nal_unit_type
[all...]
H A Dh264_refs.c638 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields
H A Dh264.h458 int nal_unit_type; member in struct:H264Context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264enc.c30 * @param nal_unit_type NAL unit payload type
36 static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize, argument
43 if (nal_unit_type != NAL_END_STREAM)
59 put_bits(&b,5,nal_unit_type); // nal_unit_type
H A Dh264_parser.c150 switch(h->nal_unit_type) {
H A Dh264.c144 h->nal_unit_type= src[0]&0x1F;
187 bufidx = h->nal_unit_type == NAL_DPC ? 1 : 0; // use second escape buffer for inter data
1961 if(h->nal_unit_type == NAL_IDR_SLICE){
2184 av_get_pict_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
2792 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);
2807 switch(hx->nal_unit_type){
2809 if (h->nal_unit_type != NAL_IDR_SLICE) {
2831 (hx->nal_unit_type == NAL_IDR_SLICE) ||
2906 av_log(avctx, AV_LOG_DEBUG, "Unknown NAL code: %d (%d bits)\n", hx->nal_unit_type, bit_length);
2921 h->nal_unit_type
[all...]
H A Dh264_refs.c638 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields
H A Dh264.h458 int nal_unit_type; member in struct:H264Context

Completed in 202 milliseconds