Home
last modified time | relevance | path

Searched refs:info_tag (Results 1 - 5 of 5) sorted by relevance

/third_party/libsnd/src/
H A Dmpeg.h36 ** Initialize an encoder instance for writing. If parameter info_tag is
40 int mpeg_l3_encoder_init (SF_PRIVATE *psf, int info_tag) ;
H A Dmpeg_l3_encode.c71 mpeg_l3_encoder_init (SF_PRIVATE *psf, int info_tag) in mpeg_l3_encoder_init() argument
99 if (!info_tag || psf->is_pipe) in mpeg_l3_encoder_init()
/third_party/ffmpeg/libavcodec/
H A Dcllc.c363 uint32_t info_tag, info_offset; in cllc_decode_frame() local
374 info_tag = AV_RL32(src); in cllc_decode_frame()
375 if (info_tag == MKTAG('I', 'N', 'F', 'O')) { in cllc_decode_frame()
H A Dhq_hqa.c308 uint32_t info_tag; in hq_hqa_decode_frame() local
319 info_tag = bytestream2_peek_le32(&ctx->gbc); in hq_hqa_decode_frame()
320 if (info_tag == MKTAG('I', 'N', 'F', 'O')) { in hq_hqa_decode_frame()
H A Dhqx.c408 uint32_t info_tag; in hqx_decode_frame() local
417 info_tag = AV_RL32(src); in hqx_decode_frame()
418 if (info_tag == MKTAG('I', 'N', 'F', 'O')) { in hqx_decode_frame()

Completed in 5 milliseconds