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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddvenc.c170 static void dv_inject_audio(DVMuxContext *c, int channel, uint8_t* frame_ptr) argument
174 frame_ptr += channel * c->sys->difseg_size * 150 * 80;
176 frame_ptr += 6 * 80; /* skip DIF segment header */
178 dv_write_pack(dv_aaux_packs_dist[i][j], c, &frame_ptr[3], i >= c->sys->difseg_size/2);
184 frame_ptr[d] = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit
185 frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2); // that DV is a big-endian PCM
187 frame_ptr += 16 * 80; /* 15 Video DIFs + 1 Audio DIF */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddvenc.c181 static void dv_inject_audio(DVMuxContext *c, int channel, uint8_t* frame_ptr) argument
185 frame_ptr += channel * c->sys->difseg_size * 150 * 80;
187 frame_ptr += 6 * 80; /* skip DIF segment header */
189 dv_write_pack(dv_aaux_packs_dist[i][j], c, &frame_ptr[3], i >= c->sys->difseg_size/2);
195 frame_ptr[d] = *av_fifo_peek2(c->audio_data[channel], of*2+1); // FIXME: maybe we have to admit
196 frame_ptr[d+1] = *av_fifo_peek2(c->audio_data[channel], of*2); // that DV is a big-endian PCM
198 frame_ptr += 16 * 80; /* 15 Video DIFs + 1 Audio DIF */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibopenjpegenc.c317 uint16_t *frame_ptr = (uint16_t *)frame->data[0]; local
331 image_line[x] = frame_ptr[frame_index] >> 4;
357 uint16_t *frame_ptr = (uint16_t*)frame->data[0]; local
371 image_line[x] = frame_ptr[frame_index];
440 uint16_t *frame_ptr; local
452 frame_ptr = (uint16_t *)frame->data[compno];
457 image_line[x] = frame_ptr[frame_index++];

Completed in 106 milliseconds