Searched refs:dtshd_start_code (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.c169 static const char dtshd_start_code[10] = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xfe }; local
205 if (sizeof(dtshd_start_code) + 2 + pkt_size
223 ctx->out_bytes = sizeof(dtshd_start_code) + 2 + pkt_size;
235 memcpy(ctx->hd_buf, dtshd_start_code, sizeof(dtshd_start_code));
236 AV_WB16(ctx->hd_buf + sizeof(dtshd_start_code), pkt_size);
237 memcpy(ctx->hd_buf + sizeof(dtshd_start_code) + 2, pkt->data, pkt_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c168 static const char dtshd_start_code[10] = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xfe }; local
204 if (sizeof(dtshd_start_code) + 2 + pkt_size
222 ctx->out_bytes = sizeof(dtshd_start_code) + 2 + pkt_size;
234 memcpy(ctx->hd_buf, dtshd_start_code, sizeof(dtshd_start_code));
235 AV_WB16(ctx->hd_buf + sizeof(dtshd_start_code), pkt_size);
236 memcpy(ctx->hd_buf + sizeof(dtshd_start_code) + 2, pkt->data, pkt_size);

Completed in 63 milliseconds