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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxfdec.c155 static const uint8_t mxf_header_partition_pack_key[] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x02 }; variable
925 if (!mxf_read_sync(s->pb, mxf_header_partition_pack_key, 14)) {
1003 if (p->buf_size < sizeof(mxf_header_partition_pack_key))
1007 end -= sizeof(mxf_header_partition_pack_key);
1009 if (IS_KLV_KEY(bufp, mxf_header_partition_pack_key))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfdec.c254 static const uint8_t mxf_header_partition_pack_key[] = { 0x06,0x0e,0x2b,0x34,0x02,0x05,0x01,0x01,0x0d,0x01,0x02,0x01,0x01,0x02 }; variable
2083 if (!mxf_read_sync(s->pb, mxf_header_partition_pack_key, 14)) {
2152 } else if (!memcmp(klv.key, mxf_header_partition_pack_key, 13) &&
2543 if (p->buf_size < sizeof(mxf_header_partition_pack_key))
2547 end -= sizeof(mxf_header_partition_pack_key);
2551 if (AV_RN32(bufp ) == AV_RN32(mxf_header_partition_pack_key ) &&
2552 AV_RN32(bufp+ 4) == AV_RN32(mxf_header_partition_pack_key+ 4) &&
2553 AV_RN32(bufp+ 8) == AV_RN32(mxf_header_partition_pack_key+ 8) &&
2554 AV_RN16(bufp+12) == AV_RN16(mxf_header_partition_pack_key+12))

Completed in 58 milliseconds