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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_ps.c406 av_free(h->sps_buffers[sps_id]);
407 h->sps_buffers[sps_id]= sps;
437 if((unsigned)pps->sps_id>=MAX_SPS_COUNT || h->sps_buffers[pps->sps_id] == NULL){
500 memcpy(pps->scaling_matrix4, h->sps_buffers[pps->sps_id]->scaling_matrix4, sizeof(pps->scaling_matrix4));
501 memcpy(pps->scaling_matrix8, h->sps_buffers[pps->sps_id]->scaling_matrix8, sizeof(pps->scaling_matrix8));
505 decode_scaling_matrices(h, h->sps_buffers[pps->sps_id], pps, 0, pps->scaling_matrix4, pps->scaling_matrix8);
H A Dh264_parser.c181 if(!h->sps_buffers[h->pps.sps_id]) {
185 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264_sei.c140 if(sps_id > 31 || !h->sps_buffers[sps_id]) {
144 sps = h->sps_buffers[sps_id];
H A Dh264.h468 SPS *sps_buffers[MAX_SPS_COUNT]; member in struct:H264Context
H A Dh264.c1774 if(!h0->sps_buffers[h->pps.sps_id]) {
1778 h->sps = *h0->sps_buffers[h->pps.sps_id];
3341 av_freep(h->sps_buffers + i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_ps.c406 av_free(h->sps_buffers[sps_id]);
407 h->sps_buffers[sps_id]= sps;
437 if((unsigned)pps->sps_id>=MAX_SPS_COUNT || h->sps_buffers[pps->sps_id] == NULL){
500 memcpy(pps->scaling_matrix4, h->sps_buffers[pps->sps_id]->scaling_matrix4, sizeof(pps->scaling_matrix4));
501 memcpy(pps->scaling_matrix8, h->sps_buffers[pps->sps_id]->scaling_matrix8, sizeof(pps->scaling_matrix8));
505 decode_scaling_matrices(h, h->sps_buffers[pps->sps_id], pps, 0, pps->scaling_matrix4, pps->scaling_matrix8);
H A Dh264_parser.c181 if(!h->sps_buffers[h->pps.sps_id]) {
185 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264_sei.c140 if(sps_id > 31 || !h->sps_buffers[sps_id]) {
144 sps = h->sps_buffers[sps_id];
H A Dh264.h468 SPS *sps_buffers[MAX_SPS_COUNT]; member in struct:H264Context
H A Dh264.c1774 if(!h0->sps_buffers[h->pps.sps_id]) {
1778 h->sps = *h0->sps_buffers[h->pps.sps_id];
3341 av_freep(h->sps_buffers + i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_ps.c406 av_free(h->sps_buffers[sps_id]);
407 h->sps_buffers[sps_id]= sps;
437 if((unsigned)pps->sps_id>=MAX_SPS_COUNT || h->sps_buffers[pps->sps_id] == NULL){
500 memcpy(pps->scaling_matrix4, h->sps_buffers[pps->sps_id]->scaling_matrix4, sizeof(pps->scaling_matrix4));
501 memcpy(pps->scaling_matrix8, h->sps_buffers[pps->sps_id]->scaling_matrix8, sizeof(pps->scaling_matrix8));
505 decode_scaling_matrices(h, h->sps_buffers[pps->sps_id], pps, 0, pps->scaling_matrix4, pps->scaling_matrix8);
H A Dh264_parser.c181 if(!h->sps_buffers[h->pps.sps_id]) {
185 h->sps = *h->sps_buffers[h->pps.sps_id];
H A Dh264_sei.c140 if(sps_id > 31 || !h->sps_buffers[sps_id]) {
144 sps = h->sps_buffers[sps_id];
H A Dh264.h468 SPS *sps_buffers[MAX_SPS_COUNT]; member in struct:H264Context
H A Dh264.c1774 if(!h0->sps_buffers[h->pps.sps_id]) {
1778 h->sps = *h0->sps_buffers[h->pps.sps_id];
3341 av_freep(h->sps_buffers + i);

Completed in 208 milliseconds