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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtp_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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264.h144 int profile_idc; member in struct:SPS
H A Dh264.c2502 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
2528 if(transform_bypass && h->sps.profile_idc==244 && dir<=1){
2581 if(h->sps.profile_idc==244 && (h->intra16x16_pred_mode==VERT_PRED8x8 || h->intra16x16_pred_mode==HOR_PRED8x8)){
2622 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
7103 int profile_idc, level_idc; local
7108 profile_idc= get_bits(&s->gb, 8);
7125 sps->profile_idc= profile_idc;
7132 if(sps->profile_idc >= 100){ //high profile
7218 sps_id, sps->profile_idc, sp
[all...]

Completed in 116 milliseconds