Home
last modified time | relevance | path

Searched refs:payloadType (Results 1 – 20 of 20) sorted by relevance

/third_party/node/benchmark/worker/
Decho.js15 function main({ n, workers, sendsPerBroadcast: sends, payload: payloadType }) {
22 switch (payloadType) {
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh264parser.c397 assert_equals_int (sei->payloadType, GST_H264_SEI_PIC_TIMING); in GST_START_TEST()
400 assert_equals_int (sei->payloadType, GST_H264_SEI_RECOVERY_POINT); in GST_START_TEST()
702 assert_equals_int (msg->payloadType, test_list[i].type); in GST_START_TEST()
Dh265parser.c221 assert_equals_int (sei.payloadType, GST_H265_SEI_PIC_TIMING); in GST_START_TEST()
926 assert_equals_int (sei->payloadType, GST_H265_SEI_REGISTERED_USER_DATA); in GST_START_TEST()
944 assert_equals_int (other_sei.payloadType, GST_H265_SEI_REGISTERED_USER_DATA); in GST_START_TEST()
1163 assert_equals_int (msg->payloadType, test_list[i].type); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c1247 payload->payloadType = payload_type; in gst_h264_parser_parse_sei_unhandled_payload()
1281 sei->payloadType += payload_type_byte; in gst_h264_parser_parse_sei_message()
1296 sei->payloadType, payload_size); in gst_h264_parser_parse_sei_message()
1298 switch (sei->payloadType) { in gst_h264_parser_parse_sei_message()
1335 &sei->payload.unhandled_payload, nr, sei->payloadType, in gst_h264_parser_parse_sei_message()
1337 sei->payloadType = GST_H264_SEI_UNHANDLED_PAYLOAD; in gst_h264_parser_parse_sei_message()
2464 switch (sei->payloadType) { in gst_h264_sei_clear()
2962 guint32 payload_type_data = msg->payloadType; in gst_h264_create_sei_memory_internal()
3138 GST_FIXME ("Unsupported SEI type %d", msg->payloadType); in gst_h264_create_sei_memory_internal()
3156 switch (msg->payloadType) { in gst_h264_create_sei_memory_internal()
Dgsth265parser.c2758 sei->payloadType += payload_type_byte; in gst_h265_parser_parse_sei_message()
2773 sei->payloadType, payload_size); in gst_h265_parser_parse_sei_message()
2776 switch (sei->payloadType) { in gst_h265_parser_parse_sei_message()
2816 switch (sei->payloadType) { in gst_h265_parser_parse_sei_message()
2926 if (dst_sei->payloadType == GST_H265_SEI_PIC_TIMING) { in gst_h265_sei_copy()
2943 } else if (dst_sei->payloadType == GST_H265_SEI_REGISTERED_USER_DATA) { in gst_h265_sei_copy()
2968 if (sei->payloadType == GST_H265_SEI_PIC_TIMING) { in gst_h265_sei_free()
2976 } else if (sei->payloadType == GST_H265_SEI_REGISTERED_USER_DATA) { in gst_h265_sei_free()
3922 guint32 payload_type_data = msg->payloadType; in gst_h265_create_sei_memory_internal()
4024 GST_FIXME ("Unsupported SEI type %d", msg->payloadType); in gst_h265_create_sei_memory_internal()
[all …]
Dgsth264parser.h1182 guint payloadType; member
1190 GstH264SEIPayloadType payloadType; member
Dgsth265parser.h1600 GstH265SEIPayloadType payloadType; member
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh265enc.c195 sei.payloadType = GST_H265_SEI_REGISTERED_USER_DATA; in gst_msdkh265enc_add_cc()
263 sei.payloadType = GST_H265_SEI_MASTERING_DISPLAY_COLOUR_VOLUME; in gst_msdkh265enc_add_mdcv_sei()
317 sei.payloadType = GST_H265_SEI_CONTENT_LIGHT_LEVEL; in gst_msdkh265enc_add_cll_sei()
Dgstmsdkh264enc.c176 sei.payloadType = GST_H264_SEI_REGISTERED_USER_DATA; in gst_msdkh264enc_add_cc()
338 sei.payloadType = GST_H264_SEI_FRAME_PACKING; in gst_msdkh264enc_set_format()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265enc.c631 h265enc->sei_payload[i].payloadType = 137; in gst_nv_h265_enc_set_encoder_config()
640 h265enc->sei_payload[i].payloadType = 144; in gst_nv_h265_enc_set_encoder_config()
DnvEncodeAPI.h1684 …uint32_t payloadType; /**< [in] SEI payload types and syntax can be found in Annex D of… member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c187 params->params.payloadType, in nv_buffer_dump_params()
188 nv_buffer_payload_type_to_string (params->params.payloadType), in nv_buffer_dump_params()
238 .payloadType = NvBufferPayload_SurfArray, in gst_memory_nvmm_init()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c638 switch (sei.payloadType) { in gst_h264_parse_process_sei()
924 gint payload_type = sei.payloadType; in gst_h264_parse_process_sei()
929 payload_type = unhandled->payloadType; in gst_h264_parse_process_sei()
2982 sei.payloadType = GST_H264_SEI_PIC_TIMING; in gst_h264_parse_create_pic_timing_sei()
Dgsth265parse.c565 switch (sei.payloadType) { in gst_h265_parse_process_sei()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglupload.c2096 params->params.payloadType, in dump_nv_buf_params()
2097 payload_type_to_string (params->params.payloadType), in dump_nv_buf_params()
/third_party/ffmpeg/libavcodec/
Dnvenc.c2238 sei_data[sei_count].payloadType = 4; in nvenc_send_frame()
2254 sei_data[sei_count].payloadType = SEI_TYPE_TIME_CODE; in nvenc_send_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c441 switch (sei->payloadType) { in gst_h265_decoder_parse_sei()
/third_party/typescript/lib/
Dlib.dom.d.ts1426 payloadType: number; property
1509 payloadType?: number; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts1406 payloadType: number; property
1489 payloadType?: number; property
/third_party/gstreamer/gstplugins_bad/
DChangeLog3957 Fix to create correct SEI nalu when the size of payloadType and/or
3958 payloadType is larger than 255 (0xff)