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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Drtpdec_h264.c59 uint8_t profile_idc; ///< from the sdp setup parameters. member in struct:PayloadContext
96 uint8_t profile_idc; local
101 profile_idc = strtol(buffer, NULL, 16);
110 profile_idc, profile_iop, level_idc);
111 h264_data->profile_idc = profile_idc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Drtpdec_h264.c59 uint8_t profile_idc; ///< from the sdp setup parameters. member in struct:PayloadContext
96 uint8_t profile_idc; local
101 profile_idc = strtol(buffer, NULL, 16);
110 profile_idc, profile_iop, level_idc);
111 h264_data->profile_idc = profile_idc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Drtpdec_h264.c59 uint8_t profile_idc; ///< from the sdp setup parameters. member in struct:PayloadContext
96 uint8_t profile_idc; local
101 profile_idc = strtol(buffer, NULL, 16);
110 profile_idc, profile_iop, level_idc);
111 h264_data->profile_idc = profile_idc;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_ps.c269 int profile_idc, level_idc; local
274 profile_idc= get_bits(&s->gb, 8);
291 sps->profile_idc= profile_idc;
298 if(sps->profile_idc >= 100){ //high profile
391 sps_id, sps->profile_idc, sps->level_idc,
H A Dh264_parser.c188 avctx->profile = h->sps.profile_idc;
H A Dh264.c1169 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1195 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1248 if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
1289 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
1780 s->avctx->profile = h->sps.profile_idc;
H A Dh264.h160 int profile_idc; member in struct:SPS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_ps.c269 int profile_idc, level_idc; local
274 profile_idc= get_bits(&s->gb, 8);
291 sps->profile_idc= profile_idc;
298 if(sps->profile_idc >= 100){ //high profile
391 sps_id, sps->profile_idc, sps->level_idc,
H A Dh264_parser.c188 avctx->profile = h->sps.profile_idc;
H A Dh264.c1169 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1195 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1248 if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
1289 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
1780 s->avctx->profile = h->sps.profile_idc;
H A Dh264.h160 int profile_idc; member in struct:SPS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_ps.c269 int profile_idc, level_idc; local
274 profile_idc= get_bits(&s->gb, 8);
291 sps->profile_idc= profile_idc;
298 if(sps->profile_idc >= 100){ //high profile
391 sps_id, sps->profile_idc, sps->level_idc,
H A Dh264_parser.c188 avctx->profile = h->sps.profile_idc;
H A Dh264.c1169 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1195 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
1248 if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
1289 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
1780 s->avctx->profile = h->sps.profile_idc;
H A Dh264.h160 int profile_idc; member in struct:SPS

Completed in 112 milliseconds