FFmpeg
|
Go to the source code of this file.
Functions | |
AVStereo3D * | av_stereo3d_alloc (void) |
Allocate an AVStereo3D structure and set its fields to default values. More... | |
AVStereo3D * | av_stereo3d_create_side_data (AVFrame *frame) |
Allocate a complete AVFrameSideData and add it to the frame. More... | |
const char * | av_stereo3d_type_name (unsigned int type) |
Provide a human-readable name of a given stereo3d type. More... | |
int | av_stereo3d_from_name (const char *name) |
Get the AVStereo3DType form a human-readable name. More... | |
Variables | |
static const char * | stereo3d_type_names [] |
AVStereo3D* av_stereo3d_alloc | ( | void | ) |
Allocate an AVStereo3D structure and set its fields to default values.
The resulting struct can be freed using av_freep().
Definition at line 28 of file stereo3d.c.
Referenced by ff_mkv_stereo3d_conv(), and mjpeg_decode_app().
AVStereo3D* av_stereo3d_create_side_data | ( | AVFrame * | frame | ) |
Allocate a complete AVFrameSideData and add it to the frame.
frame | The frame which side data is added to. |
Definition at line 33 of file stereo3d.c.
Referenced by decode_frame_common(), ff_mjpeg_decode_frame(), h264_export_frame_props(), mpeg_field_start(), set_side_data(), and try_push_frame().
const char* av_stereo3d_type_name | ( | unsigned int | type | ) |
Provide a human-readable name of a given stereo3d type.
type | The input stereo3d type value. |
Definition at line 57 of file stereo3d.c.
Referenced by dump_stereo3d(), and print_pkt_side_data().
int av_stereo3d_from_name | ( | const char * | name | ) |
Get the AVStereo3DType form a human-readable name.
type | The input string. |
Definition at line 65 of file stereo3d.c.
|
static |
Definition at line 46 of file stereo3d.c.
Referenced by av_stereo3d_from_name(), and av_stereo3d_type_name().