Home
last modified time | relevance | path

Searched defs:this (Results 1 – 25 of 245) sorted by relevance

12345678910

/third_party/ffmpeg/libavdevice/
Ddshow_pin.c40 libAVPin_ReceiveConnection(libAVPin *this, IPin *pin, in libAVPin_ReceiveConnection()
68 libAVPin_Disconnect(libAVPin *this) in libAVPin_Disconnect()
82 libAVPin_ConnectedTo(libAVPin *this, IPin **pin) in libAVPin_ConnectedTo()
96 libAVPin_ConnectionMediaType(libAVPin *this, AM_MEDIA_TYPE *type) in libAVPin_ConnectionMediaType()
108 libAVPin_QueryPinInfo(libAVPin *this, PIN_INFO *info) in libAVPin_QueryPinInfo()
125 libAVPin_QueryDirection(libAVPin *this, PIN_DIRECTION *dir) in libAVPin_QueryDirection()
134 libAVPin_QueryId(libAVPin *this, wchar_t **id) in libAVPin_QueryId()
146 libAVPin_QueryAccept(libAVPin *this, const AM_MEDIA_TYPE *type) in libAVPin_QueryAccept()
152 libAVPin_EnumMediaTypes(libAVPin *this, IEnumMediaTypes **enumtypes) in libAVPin_EnumMediaTypes()
168 libAVPin_QueryInternalConnections(libAVPin *this, IPin **pin, in libAVPin_QueryInternalConnections()
[all …]
Ddshow_filter.c37 libAVFilter_Stop(libAVFilter *this) in libAVFilter_Stop()
44 libAVFilter_Pause(libAVFilter *this) in libAVFilter_Pause()
51 libAVFilter_Run(libAVFilter *this, REFERENCE_TIME start) in libAVFilter_Run()
59 libAVFilter_GetState(libAVFilter *this, DWORD ms, FILTER_STATE *state) in libAVFilter_GetState()
68 libAVFilter_SetSyncSource(libAVFilter *this, IReferenceClock *clock) in libAVFilter_SetSyncSource()
83 libAVFilter_GetSyncSource(libAVFilter *this, IReferenceClock **clock) in libAVFilter_GetSyncSource()
96 libAVFilter_EnumPins(libAVFilter *this, IEnumPins **enumpin) in libAVFilter_EnumPins()
111 libAVFilter_FindPin(libAVFilter *this, const wchar_t *id, IPin **pin) in libAVFilter_FindPin()
129 libAVFilter_QueryFilterInfo(libAVFilter *this, FILTER_INFO *info) in libAVFilter_QueryFilterInfo()
142 libAVFilter_JoinFilterGraph(libAVFilter *this, IFilterGraph *graph, in libAVFilter_JoinFilterGraph()
[all …]
Ddshow_enumpins.c50 libAVEnumPins_Skip(libAVEnumPins *this, unsigned long n) in libAVEnumPins_Skip()
58 libAVEnumPins_Reset(libAVEnumPins *this) in libAVEnumPins_Reset()
65 libAVEnumPins_Clone(libAVEnumPins *this, libAVEnumPins **pins) in libAVEnumPins_Clone()
80 libAVEnumPins_Setup(libAVEnumPins *this, libAVPin *pin, libAVFilter *filter) in libAVEnumPins_Setup()
98 libAVEnumPins_Cleanup(libAVEnumPins *this) in libAVEnumPins_Cleanup()
Ddshow_enummediatypes.c55 libAVEnumMediaTypes_Skip(libAVEnumMediaTypes *this, unsigned long n) in libAVEnumMediaTypes_Skip()
63 libAVEnumMediaTypes_Reset(libAVEnumMediaTypes *this) in libAVEnumMediaTypes_Reset()
70 libAVEnumMediaTypes_Clone(libAVEnumMediaTypes *this, libAVEnumMediaTypes **enums) in libAVEnumMediaTypes_Clone()
85 libAVEnumMediaTypes_Setup(libAVEnumMediaTypes *this, const AM_MEDIA_TYPE *type) in libAVEnumMediaTypes_Setup()
/third_party/mingw-w64/mingw-w64-headers/include/
Dd2d1.h623 #define ID2D1Resource_QueryInterface(this,A,B) (this)->lpVtbl->Base.QueryInterface((IUnknown*)(this… argument
624 #define ID2D1Resource_AddRef(this) (this)->lpVtbl->Base.AddRef((IUnknown*)(this)) argument
625 #define ID2D1Resource_Release(this) (this)->lpVtbl->Base.Release((IUnknown*)(this)) argument
626 #define ID2D1Resource_GetFactory(this,A) (this)->lpVtbl->GetFactory(this,A) argument
660 #define ID2D1Brush_QueryInterface(this,A,B) (this)->lpVtbl->Base.Base.QueryInterface((IUnknown*)(th… argument
661 #define ID2D1Brush_AddRef(this) (this)->lpVtbl->Base.Base.AddRef((IUnknown*)(this)) argument
662 #define ID2D1Brush_Release(this) (this)->lpVtbl->Base.Base.Release((IUnknown*)(this)) argument
663 #define ID2D1Brush_GetFactory(this,A) (this)->lpVtbl->Base.GetFactory((ID2D1Resource*)(this),A) argument
664 #define ID2D1Brush_SetOpacity(this,A) (this)->lpVtbl->SetOpacity(this,A) argument
665 #define ID2D1Brush_SetTransform(this,A) (this)->lpVtbl->SetTransform(this,A) argument
[all …]
/third_party/pulseaudio/src/tests/
Dvolume-ui.py50 def to_name(this): argument
53 def to_pretty_name(this): argument
56 def snprint(this): argument
65 def position_to_string(this, pos): argument
68 def position_to_pretty_string(this, pos): argument
71 def can_balance(this): argument
74 def can_fade(this): argument
77 def parse(this, s): argument
118 def snprint(this): argument
127 def max(this): argument
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_net.c67 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
100 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
135 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize()
191 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
231 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
279 (struct efi_simple_network *this, u32 enable, u32 disable, in efi_net_receive_filters()
302 (struct efi_simple_network *this, int reset, in efi_net_station_address()
323 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics()
345 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac()
408 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
[all …]
Defi_hii_config.c22 extract_config(const struct efi_hii_config_routing_protocol *this, in extract_config()
33 export_config(const struct efi_hii_config_routing_protocol *this, in export_config()
42 route_config(const struct efi_hii_config_routing_protocol *this, in route_config()
52 block_to_config(const struct efi_hii_config_routing_protocol *this, in block_to_config()
66 config_to_block(const struct efi_hii_config_routing_protocol *this, in config_to_block()
79 get_alt_config(const struct efi_hii_config_routing_protocol *this, in get_alt_config()
99 extract_config_access(const struct efi_hii_config_access_protocol *this, in extract_config_access()
110 route_config_access(const struct efi_hii_config_access_protocol *this, in route_config_access()
120 form_callback(const struct efi_hii_config_access_protocol *this, in form_callback()
Defi_console.c130 struct efi_simple_text_output_protocol *this, in efi_cout_output_string()
205 struct efi_simple_text_output_protocol *this, in efi_cout_test_string()
309 struct efi_simple_text_output_protocol *this, in efi_cout_query_mode()
345 struct efi_simple_text_output_protocol *this, in efi_cout_set_attribute()
364 struct efi_simple_text_output_protocol *this) in efi_cout_clear_screen()
376 struct efi_simple_text_output_protocol *this, in efi_cout_set_mode()
394 struct efi_simple_text_output_protocol *this, in efi_cout_reset()
409 struct efi_simple_text_output_protocol *this, in efi_cout_set_cursor_position()
440 struct efi_simple_text_output_protocol *this, in efi_cout_enable_cursor()
769 struct efi_simple_text_input_ex_protocol *this, in efi_cin_reset_ex()
[all …]
Defi_unicode_collation.c49 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
186 static bool EFIAPI efi_metai_match(struct efi_unicode_collation_protocol *this, in efi_metai_match()
210 static void EFIAPI efi_str_lwr(struct efi_unicode_collation_protocol *this, in efi_str_lwr()
232 static void EFIAPI efi_str_upr(struct efi_unicode_collation_protocol *this, in efi_str_upr()
252 static void EFIAPI efi_fat_to_str(struct efi_unicode_collation_protocol *this, in efi_fat_to_str()
285 static bool EFIAPI efi_str_to_fat(struct efi_unicode_collation_protocol *this, in efi_str_to_fat()
Defi_hii.c444 new_package_list(const struct efi_hii_database_protocol *this, in new_package_list()
474 remove_package_list(const struct efi_hii_database_protocol *this, in remove_package_list()
490 update_package_list(const struct efi_hii_database_protocol *this, in update_package_list()
575 list_package_lists(const struct efi_hii_database_protocol *this, in list_package_lists()
640 export_package_lists(const struct efi_hii_database_protocol *this, in export_package_lists()
654 register_package_notify(const struct efi_hii_database_protocol *this, in register_package_notify()
676 unregister_package_notify(const struct efi_hii_database_protocol *this, in unregister_package_notify()
685 find_keyboard_layouts(const struct efi_hii_database_protocol *this, in find_keyboard_layouts()
716 get_keyboard_layout(const struct efi_hii_database_protocol *this, in get_keyboard_layout()
756 set_keyboard_layout(const struct efi_hii_database_protocol *this, in set_keyboard_layout()
[all …]
Defi_gop.c39 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode()
86 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int()
221 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp()
255 static efi_status_t gop_blt_video_fill(struct efi_gop *this, in gop_blt_video_fill()
267 static efi_status_t gop_blt_buf_to_vid16(struct efi_gop *this, in gop_blt_buf_to_vid16()
278 static efi_status_t gop_blt_buf_to_vid32(struct efi_gop *this, in gop_blt_buf_to_vid32()
289 static efi_status_t gop_blt_vid_to_vid(struct efi_gop *this, in gop_blt_vid_to_vid()
301 static efi_status_t gop_blt_vid_to_buf(struct efi_gop *this, in gop_blt_vid_to_buf()
325 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode()
369 efi_status_t EFIAPI gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, in gop_blt()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdppay.c154 GstGDPPay *this = GST_GDP_PAY (gobject); in gst_gdp_pay_finalize() local
162 gst_gdp_pay_reset (GstGDPPay * this) in gst_gdp_pay_reset()
190 gst_gdp_stamp_buffer (GstGDPPay * this, GstBuffer * buffer) in gst_gdp_stamp_buffer()
198 gst_gdp_buffer_from_caps (GstGDPPay * this, GstCaps * caps) in gst_gdp_buffer_from_caps()
204 gst_gdp_pay_buffer_from_buffer (GstGDPPay * this, GstBuffer * buffer) in gst_gdp_pay_buffer_from_buffer()
210 gst_gdp_buffer_from_event (GstGDPPay * this, GstEvent * event) in gst_gdp_buffer_from_event()
236 GstGDPPay *this = gdp_and_array->gdppay; in gdp_streamheader_array_store_events() local
260 gst_gdp_pay_reset_streamheader (GstGDPPay * this) in gst_gdp_pay_reset_streamheader()
406 gst_gdp_queue_buffer (GstGDPPay * this, GstBuffer * buffer) in gst_gdp_queue_buffer()
426 GstGDPPay *this; in gst_gdp_pay_chain() local
[all …]
Dgstgdpdepay.c152 GstGDPDepay *this; in gst_gdp_depay_finalize() local
170 GstGDPDepay *this; in gst_gdp_depay_set_property() local
188 GstGDPDepay *this; in gst_gdp_depay_get_property() local
205 GstGDPDepay *this; in gst_gdp_depay_sink_event() local
240 GstGDPDepay *this; in gst_gdp_depay_src_event() local
265 GstGDPDepay *this; in gst_gdp_depay_chain() local
526 GstGDPDepay *this = GST_GDP_DEPAY (element); in gst_gdp_depay_change_state() local
/third_party/gettext/gettext-tools/src/
Dread-catalog.c43 call_set_domain (struct default_catalog_reader_ty *this, char *name) in call_set_domain()
53 call_add_message (struct default_catalog_reader_ty *this, in call_add_message()
72 call_frob_new_message (struct default_catalog_reader_ty *this, message_ty *mp, in call_frob_new_message()
95 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_constructor() local
117 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_destructor() local
153 default_copy_comment_state (default_catalog_reader_ty *this, message_ty *mp) in default_copy_comment_state()
184 default_reset_comment_state (default_catalog_reader_ty *this) in default_reset_comment_state()
222 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_directive_domain() local
246 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_directive_message() local
261 default_catalog_reader_ty *this = (default_catalog_reader_ty *) that; in default_comment() local
[all …]
Dread-po.c29 # define this thiss macro
36 po_parse (abstract_catalog_reader_ty *this, FILE *fp, in po_parse()
/third_party/gstreamer/gstplugins_bad/ext/musepack/
Dgstmusepackreader.c43 gst_musepack_reader_peek (mpc_reader * this, void *ptr, mpc_int32_t size) in gst_musepack_reader_peek()
77 gst_musepack_reader_read (mpc_reader * this, void *ptr, mpc_int32_t size) in gst_musepack_reader_read()
91 gst_musepack_reader_seek (mpc_reader * this, mpc_int32_t offset) in gst_musepack_reader_seek()
108 gst_musepack_reader_tell (mpc_reader * this) in gst_musepack_reader_tell()
115 gst_musepack_reader_get_size (mpc_reader * this) in gst_musepack_reader_get_size()
132 gst_musepack_reader_canseek (mpc_reader * this) in gst_musepack_reader_canseek()
/third_party/uboot/u-boot-2020.01/drivers/mtd/onenand/
Donenand_base.c152 static int onenand_block_address(struct onenand_chip *this, int block) in onenand_block_address()
169 static int onenand_bufferram_address(struct onenand_chip *this, int block) in onenand_bufferram_address()
229 static unsigned int flexonenand_block(struct onenand_chip *this, loff_t addr) in flexonenand_block()
248 unsigned int onenand_block(struct onenand_chip *this, loff_t addr) in onenand_block()
262 static loff_t flexonenand_addr(struct onenand_chip *this, int block) in flexonenand_addr()
281 loff_t onenand_addr(struct onenand_chip *this, int block) in onenand_addr()
328 struct onenand_chip *this = mtd->priv; in onenand_command() local
440 static int onenand_read_ecc(struct onenand_chip *this) in onenand_read_ecc()
470 struct onenand_chip *this = mtd->priv; in onenand_wait() local
517 struct onenand_chip *this = mtd->priv; in onenand_bufferram_offset() local
[all …]
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_loadimage.c227 (struct efi_simple_file_system_protocol *this, in open_volume()
240 (struct efi_file_handle *this, in open()
254 static efi_status_t EFIAPI close(struct efi_file_handle *this) in close()
266 static efi_status_t EFIAPI delete(struct efi_file_handle *this) in delete()
275 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in read()
292 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in write()
300 static efi_status_t EFIAPI getpos(struct efi_file_handle *this, u64 *pos) in getpos()
310 static efi_status_t EFIAPI setpos(struct efi_file_handle *this, u64 pos) in setpos()
321 (struct efi_file_handle *this, const efi_guid_t *info_type, in getinfo()
352 (struct efi_file_handle *this, const efi_guid_t *info_type, in setinfo()
[all …]
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Donenand.h131 #define ONENAND_CURRENT_BUFFERRAM(this) (this->bufferram_index) argument
132 #define ONENAND_NEXT_BUFFERRAM(this) (this->bufferram_index ^ 1) argument
133 #define ONENAND_SET_NEXT_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
134 #define ONENAND_SET_PREV_BUFFERRAM(this) (this->bufferram_index ^= 1) argument
135 #define ONENAND_SET_BUFFERRAM0(this) (this->bufferram_index = 0) argument
136 #define ONENAND_SET_BUFFERRAM1(this) (this->bufferram_index = 1) argument
138 #define FLEXONENAND(this) (this->device_id & DEVICE_IS_FLEXONENAND) argument
139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC) argument
140 #define ONENAND_IS_DDP(this) \ argument
143 #define ONENAND_IS_4KB_PAGE(this) \ argument
[all …]
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/
Dnand_spl_simple.c28 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local
65 struct nand_chip *this = mtd_to_nand(mtd); in nand_command() local
116 struct nand_chip *this = mtd_to_nand(mtd); in nand_is_bad_block() local
141 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local
172 struct nand_chip *this = mtd_to_nand(mtd); in nand_read_page() local
Dnand_bbt.c173 struct nand_chip *this = mtd_to_nand(mtd); in read_bbt() local
264 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbt() local
389 struct nand_chip *this = mtd_to_nand(mtd); in read_abs_bbts() local
455 struct nand_chip *this = mtd_to_nand(mtd); in create_bbt() local
524 struct nand_chip *this = mtd_to_nand(mtd); in search_bbt() local
619 struct nand_chip *this = mtd_to_nand(mtd); in write_bbt() local
820 struct nand_chip *this = mtd_to_nand(mtd); in nand_memory_bbt() local
839 struct nand_chip *this = mtd_to_nand(mtd); in check_create() local
963 struct nand_chip *this = mtd_to_nand(mtd); in mark_bbt_region() local
1023 struct nand_chip *this = mtd_to_nand(mtd); in verify_bbt_descr() local
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh396 #define TRACE_APPLY(this) \ argument
402 #define TRACE_APPLY(this) hb_no_trace_t<bool> trace argument
409 #define TRACE_SANITIZE(this) \ argument
414 #define TRACE_SANITIZE(this) hb_no_trace_t<bool> trace argument
421 #define TRACE_SERIALIZE(this) \ argument
426 #define TRACE_SERIALIZE(this) hb_no_trace_t<bool> trace argument
433 #define TRACE_SUBSET(this) \ argument
438 #define TRACE_SUBSET(this) hb_no_trace_t<bool> trace argument
454 #define TRACE_DISPATCH(this, format) \ argument
459 #define TRACE_DISPATCH(this, format) hb_no_trace_t<typename context_t::return_t> trace argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-debug.hh400 #define TRACE_APPLY(this) \ argument
406 #define TRACE_APPLY(this) hb_no_trace_t<bool> trace argument
413 #define TRACE_SANITIZE(this) \ argument
418 #define TRACE_SANITIZE(this) hb_no_trace_t<bool> trace argument
425 #define TRACE_SERIALIZE(this) \ argument
430 #define TRACE_SERIALIZE(this) hb_no_trace_t<bool> trace argument
437 #define TRACE_SUBSET(this) \ argument
442 #define TRACE_SUBSET(this) hb_no_trace_t<bool> trace argument
454 #define TRACE_DISPATCH(this, format) \ argument
459 #define TRACE_DISPATCH(this, format) hb_no_trace_t<typename context_t::return_t> trace argument
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c255 gst_audio_convert_init (GstAudioConvert * this) in gst_audio_convert_init()
267 GstAudioConvert *this = GST_AUDIO_CONVERT (obj); in gst_audio_convert_dispose() local
327 GstAudioConvert *this = GST_AUDIO_CONVERT (user_data); in remove_channels_from_structure() local
361 GstAudioConvert *this = GST_AUDIO_CONVERT (btrans); in gst_audio_convert_transform_caps() local
741 GstAudioConvert *this = GST_AUDIO_CONVERT (base); in gst_audio_convert_set_caps() local
810 GstAudioConvert *this = GST_AUDIO_CONVERT (base); in gst_audio_convert_transform() local
912 GstAudioConvert *this = GST_AUDIO_CONVERT (base); in gst_audio_convert_submit_input_buffer() local
931 GstAudioConvert *this = GST_AUDIO_CONVERT (base); in gst_audio_convert_prepare_output_buffer() local
968 GstAudioConvert *this = GST_AUDIO_CONVERT (object); in gst_audio_convert_set_property() local
1005 GstAudioConvert *this = GST_AUDIO_CONVERT (object); in gst_audio_convert_get_property() local

12345678910