Searched refs:mov_cenc_write_encrypted (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | movenccenc.c | 89 static void mov_cenc_write_encrypted(MOVMuxCencContext* ctx, AVIOContext *pb, in mov_cenc_write_encrypted() function 182 mov_cenc_write_encrypted(ctx, pb, buf_in, size); in ff_mov_cenc_write_packet() 216 mov_cenc_write_encrypted(ctx, pb, nal_start + 1, nal_end - nal_start - 1); in ff_mov_cenc_avc_parse_nal_units() 266 mov_cenc_write_encrypted(ctx, pb, buf_in + 1, nalsize - 1); in ff_mov_cenc_avc_write_nal_units()
|