Lines Matching defs:layout
34 uint64_t layout;
351 * Get the channel layout for the specified channel layout tag.
353 * @param[in] tag channel layout tag
355 * @return channel layout
362 /* use ff_mov_get_channel_label() to build a layout instead */
370 /* get the layout map based on the channel count for the specified layout tag */
376 /* find the channel layout for the specified layout tag */
381 return layout_map[i].layout;
423 uint32_t *layout,
431 /* find the layout list for the specified codec */
443 /* get the layout map based on the channel count */
449 /* find the layout tag for the specified channel layout */
456 layout_map[j].layout == par->ch_layout.u.mask))
465 *layout = tag;
474 *layout = MOV_CH_LAYOUT_USE_BITMAP;
514 av_log(s, AV_LOG_DEBUG, "chan: layout=%"PRIu32" "
526 "reached EOF while reading channel layout\n");