Go to the documentation of this file.
33 printf(
"Testing av_dynamic_hdr_vivid_alloc()\n");
36 printf(
"alloc: OK, size>0=%s\n",
size > 0 ?
"yes" :
"no");
37 printf(
"defaults: system_start_code=%u, num_windows=%u\n",
47 printf(
"write: system_start_code=%u, num_windows=%u\n",
49 printf(
"params[0]: min=%d/%d avg=%d/%d var=%d/%d max=%d/%d\n",
63 printf(
"alloc (no size): %s\n", vivid ?
"OK" :
"FAIL");
67 printf(
"\nTesting av_dynamic_hdr_vivid_create_side_data()\n");
74 printf(
"side_data write: system_start_code=%u\n",
77 printf(
"side_data: FAIL\n");
83 printf(
"\nTesting OOM paths\n");
86 printf(
"alloc OOM: %s\n", vivid ?
"FAIL" :
"OK");
94 printf(
"side_data OOM: %s\n", vivid ?
"FAIL" :
"OK");
__device__ int printf(const char *,...)
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
void av_max_alloc(size_t max)
Set the maximum size that may be allocated in one block.
uint8_t num_windows
The number of processing windows.
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values.
Rational number (pair of numerator and denominator).
This struct represents dynamic metadata for color volume transform - CUVA 005.1:2021 standard.
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a frame
AVHDRVividColorTransformParams params[3]
The color transform parameters for every processing window.
uint8_t system_start_code
The system start code.