Searched refs:SPS (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h173 typedef struct SPS { struct
230 int new; ///< flag to keep track if the decoder context needs re-init due to changed SPS
231 } SPS; typedef in typeref:struct:SPS
437 unsigned current_sps_id; ///< id of the current SPS
438 SPS sps; ///< current sps
571 SPS *sps_buffers[MAX_SPS_COUNT];
777 * Decode SPS
784 int ff_h264_get_profile(SPS *sps);
804 * like SPS, PPS etc.
H A Dh264_ps.c130 static inline int decode_hrd_parameters(H264Context *h, SPS *sps)
155 static inline int decode_vui_parameters(H264Context *h, SPS *sps)
293 static void decode_scaling_matrices(H264Context *h, SPS *sps,
331 SPS *sps;
348 sps = av_mallocz(sizeof(SPS));
591 const SPS *sps = h->sps_buffers[pps->sps_id];
608 SPS *sps;
H A Dh264_sei.c49 SPS *sps = &h->sps;
196 SPS *sps;
201 "non-existing SPS %d referenced in buffering period\n", sps_id);
H A Dvda_h264_dec.c239 SPS *sps = ctx->h264ctx.sps_buffers[i];
H A Dh264_slice.c528 // SPS/PPS
531 MAX_SPS_COUNT, sizeof(SPS))) < 0)
650 // SPS/PPS
653 MAX_SPS_COUNT, sizeof(SPS))) < 0)
1356 "non-existing SPS %u referenced\n",
H A Dh264.c1204 * @param sps SPS
1208 int ff_h264_get_profile(SPS *sps)
1427 /* packets can sometimes contain multiple PPS/SPS,
1709 "SPS decoding failure, trying again with the complete NAL\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h152 typedef struct SPS{ struct
207 }SPS; typedef in typeref:struct:SPS
333 SPS sps; ///< current sps
455 SPS *sps_buffers[MAX_SPS_COUNT];
594 * Decode SPS
601 int ff_h264_get_profile(SPS *sps);
618 * Free any data that may have been allocated in the H264 context like SPS, PPS etc.
H A Dh264_ps.c123 static inline int decode_hrd_parameters(H264Context *h, SPS *sps){
148 static inline int decode_vui_parameters(H264Context *h, SPS *sps){
270 static void decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps,
308 SPS *sps;
323 sps= av_mallocz(sizeof(SPS));
H A Dh264_sei.c137 SPS *sps;
141 av_log(h->s.avctx, AV_LOG_ERROR, "non-existing SPS %d referenced in buffering period\n", sps_id);
H A Dh264.c1233 //SPS/PPS
1234 copy_parameter_set((void**)h->sps_buffers, (void**)h1->sps_buffers, MAX_SPS_COUNT, sizeof(SPS));
2602 * @param sps SPS
2606 int ff_h264_get_profile(SPS *sps)
2705 av_log(h->s.avctx, AV_LOG_ERROR, "non-existing SPS %u referenced\n", h->pps.sps_id);
3929 // packets can sometimes contain multiple PPS/SPS
4037 av_log(h->s.avctx, AV_LOG_DEBUG, "SPS decoding failure, "
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 272 milliseconds