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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_ps.c98 static inline int decode_hrd_parameters(H264Context *h, SPS *sps){
123 static inline int decode_vui_parameters(H264Context *h, SPS *sps){
242 static void decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps,
272 SPS *sps;
287 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.h158 typedef struct SPS{ struct
212 }SPS; typedef in typeref:struct:SPS
348 SPS sps; ///< current sps
468 SPS *sps_buffers[MAX_SPS_COUNT];
612 * Decode SPS
637 * frees any data that may have been allocated in the H264 context like SPS, PPS etc.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_ps.c98 static inline int decode_hrd_parameters(H264Context *h, SPS *sps){
123 static inline int decode_vui_parameters(H264Context *h, SPS *sps){
242 static void decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps,
272 SPS *sps;
287 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.h158 typedef struct SPS{ struct
212 }SPS; typedef in typeref:struct:SPS
348 SPS sps; ///< current sps
468 SPS *sps_buffers[MAX_SPS_COUNT];
612 * Decode SPS
637 * frees any data that may have been allocated in the H264 context like SPS, PPS etc.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_ps.c98 static inline int decode_hrd_parameters(H264Context *h, SPS *sps){
123 static inline int decode_vui_parameters(H264Context *h, SPS *sps){
242 static void decode_scaling_matrices(H264Context *h, SPS *sps, PPS *pps, int is_sps,
272 SPS *sps;
287 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.h158 typedef struct SPS{ struct
212 }SPS; typedef in typeref:struct:SPS
348 SPS sps; ///< current sps
468 SPS *sps_buffers[MAX_SPS_COUNT];
612 * Decode SPS
637 * frees any data that may have been allocated in the H264 context like SPS, PPS etc.

Completed in 135 milliseconds