Searched refs:hd_buf_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c73 int hd_buf_count; ///< number of frames in the hd audio buffer member in struct:IEC61937Context
130 if (++ctx->hd_buf_count < repeat){
140 ctx->hd_buf_count = 0;
402 if (!ctx->hd_buf_count) {
407 } else if (ctx->hd_buf_count == 12) {
422 memcpy(&ctx->hd_buf[ctx->hd_buf_count * TRUEHD_FRAME_OFFSET - BURST_HEADER_SIZE + mat_code_length],
424 memset(&ctx->hd_buf[ctx->hd_buf_count * TRUEHD_FRAME_OFFSET - BURST_HEADER_SIZE + mat_code_length + pkt->size],
427 if (++ctx->hd_buf_count < 24){
432 ctx->hd_buf_count = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c72 int hd_buf_count; ///< number of frames in the hd audio buffer member in struct:IEC61937Context
129 if (++ctx->hd_buf_count < repeat){
139 ctx->hd_buf_count = 0;
401 if (!ctx->hd_buf_count) {
406 } else if (ctx->hd_buf_count == 12) {
421 memcpy(&ctx->hd_buf[ctx->hd_buf_count * TRUEHD_FRAME_OFFSET - BURST_HEADER_SIZE + mat_code_length],
423 memset(&ctx->hd_buf[ctx->hd_buf_count * TRUEHD_FRAME_OFFSET - BURST_HEADER_SIZE + mat_code_length + pkt->size],
426 if (++ctx->hd_buf_count < 24){
431 ctx->hd_buf_count = 0;

Completed in 63 milliseconds