/third_party/node/benchmark/worker/ |
D | echo.js | 15 function main({ n, workers, sendsPerBroadcast: sends, payload: payloadType }) { 22 switch (payloadType) {
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h264parser.c | 397 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()
|
D | h265parser.c | 221 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/ |
D | gsth264parser.c | 1247 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()
|
D | gsth265parser.c | 2758 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 …]
|
D | gsth264parser.h | 1182 guint payloadType; member 1190 GstH264SEIPayloadType payloadType; member
|
D | gsth265parser.h | 1600 GstH265SEIPayloadType payloadType; member
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh265enc.c | 195 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()
|
D | gstmsdkh264enc.c | 176 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/ |
D | gstnvh265enc.c | 631 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()
|
D | nvEncodeAPI.h | 1684 …uint32_t payloadType; /**< [in] SEI payload types and syntax can be found in Annex D of… member
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 187 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/ |
D | gsth264parse.c | 638 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()
|
D | gsth265parse.c | 565 switch (sei.payloadType) { in gst_h265_parse_process_sei()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 2096 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/ |
D | nvenc.c | 2238 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/ |
D | gsth265decoder.c | 441 switch (sei->payloadType) { in gst_h265_decoder_parse_sei()
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 1426 payloadType: number; property 1509 payloadType?: number; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 1406 payloadType: number; property 1489 payloadType?: number; property
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 3957 Fix to create correct SEI nalu when the size of payloadType and/or 3958 payloadType is larger than 255 (0xff)
|