Searched refs:info_tag (Results 1 - 5 of 5) sorted by relevance
/third_party/libsnd/src/ |
H A D | mpeg.h | 36 ** 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 D | mpeg_l3_encode.c | 71 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 D | cllc.c | 363 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 D | hq_hqa.c | 308 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 D | hqx.c | 408 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 4 milliseconds