| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 103 struct drm_encoder *encoder; in handle_conflicting_encoders() local 210 set_best_encoder(struct drm_atomic_state *state, struct drm_connector_state *conn_state, struct drm_encoder *encoder) set_best_encoder() argument 247 steal_encoder(struct drm_atomic_state *state, struct drm_encoder *encoder) steal_encoder() argument 401 struct drm_encoder *encoder; mode_fixup() local 468 mode_valid_path(struct drm_connector *connector, struct drm_encoder *encoder, struct drm_crtc *crtc, const struct drm_display_mode *mode) mode_valid_path() argument 504 struct drm_encoder *encoder = conn_state->best_encoder; mode_valid() local 723 struct drm_encoder *encoder; drm_atomic_helper_check_modeset() local 942 struct drm_encoder *encoder; disable_outputs() local 1171 struct drm_encoder *encoder; crtc_set_mode() local 1304 struct drm_encoder *encoder; drm_atomic_helper_commit_modeset_enables() local [all...] |
| /foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
| H A D | ffmpeg_muxer_plugin.cpp | 51 bool CodecId2Cap(AVCodecID codecId, bool encoder, Capability& cap) in CodecId2Cap() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | libaomenc.c | 68 struct aom_codec_ctx encoder; member [all...] |
| H A D | libvpxenc.c | 77 struct vpx_codec_ctx encoder; member 1302 queue_frames(AVCodecContext *avctx, struct vpx_codec_ctx *encoder, struct FrameListData **frame_list, AVPacket *pkt_out) queue_frames() argument [all...] |
| H A D | mediacodec_wrapper.c | 383 char *ff_AMediaCodecList_getCodecNameByType(const char *mime, int profile, int encoder, void *log_ctx) in ff_AMediaCodecList_getCodecNameByType() argument
|
| /third_party/lzma/CPP/7zip/Archive/ |
| H A D | XzHandler.cpp | 1147 CMyComPtr<ICompressCoder> encoder = encoderSpec;
in UpdateItems() local
|
| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding.cc | 2164 std::unique_ptr<StreamingParserHandler> encoder = in ConvertJSONToCBORTmpl() local
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_qpack.c | 788 static void encoder_qpack_map_find(nghttp3_qpack_encoder *encoder, in encoder_qpack_map_find() argument 905 int nghttp3_qpack_encoder_init(nghttp3_qpack_encoder *encoder, in nghttp3_qpack_encoder_init() argument 942 nghttp3_qpack_encoder_free(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_free() argument 951 nghttp3_qpack_encoder_set_max_dtable_capacity( nghttp3_qpack_encoder *encoder, size_t max_dtable_capacity) nghttp3_qpack_encoder_set_max_dtable_capacity() argument 969 nghttp3_qpack_encoder_set_max_blocked_streams( nghttp3_qpack_encoder *encoder, size_t max_blocked_streams) nghttp3_qpack_encoder_set_max_blocked_streams() argument 974 nghttp3_qpack_encoder_get_min_cnt(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_get_min_cnt() argument 982 nghttp3_qpack_encoder_shrink_dtable(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_shrink_dtable() argument 1028 qpack_encoder_add_stream_ref(nghttp3_qpack_encoder *encoder, int64_t stream_id, nghttp3_qpack_stream *stream, uint64_t max_cnt, uint64_t min_cnt) qpack_encoder_add_stream_ref() argument 1080 qpack_encoder_remove_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) qpack_encoder_remove_stream() argument 1139 nghttp3_qpack_encoder_encode(nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, nghttp3_buf *rbuf, nghttp3_buf *ebuf, int64_t stream_id, const nghttp3_nv *nva, size_t nvlen) nghttp3_qpack_encoder_encode() argument 1235 nghttp3_qpack_encoder_process_dtable_update(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf) nghttp3_qpack_encoder_process_dtable_update() argument 1267 nghttp3_qpack_encoder_write_set_dtable_cap(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf, size_t cap) nghttp3_qpack_encoder_write_set_dtable_cap() argument 1274 nghttp3_qpack_encoder_find_stream(nghttp3_qpack_encoder *encoder, int64_t stream_id) nghttp3_qpack_encoder_find_stream() argument 1279 nghttp3_qpack_encoder_stream_is_blocked(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_stream_is_blocked() argument 1290 qpack_encoder_decide_indexing_mode(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token) qpack_encoder_decide_indexing_mode() argument 1338 qpack_encoder_can_index(nghttp3_qpack_encoder *encoder, size_t need, uint64_t min_cnt) qpack_encoder_can_index() argument 1380 qpack_encoder_can_index_nv(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, uint64_t min_cnt) qpack_encoder_can_index_nv() argument 1392 qpack_encoder_can_index_duplicate(nghttp3_qpack_encoder *encoder, uint64_t absidx, uint64_t min_cnt) qpack_encoder_can_index_duplicate() argument 1415 nghttp3_qpack_encoder_encode_nv(nghttp3_qpack_encoder *encoder, uint64_t *pmax_cnt, uint64_t *pmin_cnt, nghttp3_buf *rbuf, nghttp3_buf *ebuf, const nghttp3_nv *nv, uint64_t base, int allow_blocking) nghttp3_qpack_encoder_encode_nv() argument 1612 nghttp3_qpack_encoder_lookup_dtable( nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash, nghttp3_qpack_indexing_mode indexing_mode, uint64_t krcnt, int allow_blocking) nghttp3_qpack_encoder_lookup_dtable() argument 1764 nghttp3_qpack_encoder_write_static_indexed(nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx) nghttp3_qpack_encoder_write_static_indexed() argument 1772 nghttp3_qpack_encoder_write_dynamic_indexed(nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, uint64_t base) nghttp3_qpack_encoder_write_dynamic_indexed() argument 1800 qpack_encoder_write_indexed_name(nghttp3_qpack_encoder *encoder, nghttp3_buf *buf, uint8_t fb, uint64_t nameidx, size_t prefix, const nghttp3_nv *nv) qpack_encoder_write_indexed_name() argument 1847 nghttp3_qpack_encoder_write_static_indexed_name( nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_static_indexed_name() argument 1859 nghttp3_qpack_encoder_write_dynamic_indexed_name( nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, uint64_t absidx, uint64_t base, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_dynamic_indexed_name() argument 1892 qpack_encoder_write_literal(nghttp3_qpack_encoder *encoder, nghttp3_buf *buf, uint8_t fb, size_t prefix, const nghttp3_nv *nv) qpack_encoder_write_literal() argument 1956 nghttp3_qpack_encoder_write_literal(nghttp3_qpack_encoder *encoder, nghttp3_buf *rbuf, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_literal() argument 1966 nghttp3_qpack_encoder_write_static_insert(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf, uint64_t absidx, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_static_insert() argument 1976 nghttp3_qpack_encoder_write_dynamic_insert(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf, uint64_t absidx, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_dynamic_insert() argument 1987 nghttp3_qpack_encoder_write_duplicate_insert(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf, uint64_t absidx) nghttp3_qpack_encoder_write_duplicate_insert() argument 2014 nghttp3_qpack_encoder_write_literal_insert(nghttp3_qpack_encoder *encoder, nghttp3_buf *ebuf, const nghttp3_nv *nv) nghttp3_qpack_encoder_write_literal_insert() argument 2086 nghttp3_qpack_encoder_dtable_static_add(nghttp3_qpack_encoder *encoder, uint64_t absidx, const nghttp3_nv *nv, uint32_t hash) nghttp3_qpack_encoder_dtable_static_add() argument 2116 nghttp3_qpack_encoder_dtable_dynamic_add(nghttp3_qpack_encoder *encoder, uint64_t absidx, const nghttp3_nv *nv, uint32_t hash) nghttp3_qpack_encoder_dtable_dynamic_add() argument 2147 nghttp3_qpack_encoder_dtable_duplicate_add(nghttp3_qpack_encoder *encoder, uint64_t absidx) nghttp3_qpack_encoder_dtable_duplicate_add() argument 2168 nghttp3_qpack_encoder_dtable_literal_add(nghttp3_qpack_encoder *encoder, const nghttp3_nv *nv, int32_t token, uint32_t hash) nghttp3_qpack_encoder_dtable_literal_add() argument 2233 nghttp3_qpack_encoder_block_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_block_stream() argument 2244 nghttp3_qpack_encoder_unblock_stream(nghttp3_qpack_encoder *encoder, nghttp3_qpack_stream *stream) nghttp3_qpack_encoder_unblock_stream() argument 2262 nghttp3_qpack_encoder_unblock(nghttp3_qpack_encoder *encoder, uint64_t max_cnt) nghttp3_qpack_encoder_unblock() argument 2275 nghttp3_qpack_encoder_ack_header(nghttp3_qpack_encoder *encoder, int64_t stream_id) nghttp3_qpack_encoder_ack_header() argument 2320 nghttp3_qpack_encoder_add_icnt(nghttp3_qpack_encoder *encoder, uint64_t n) nghttp3_qpack_encoder_add_icnt() argument 2331 nghttp3_qpack_encoder_ack_everything(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_ack_everything() argument 2341 nghttp3_qpack_encoder_cancel_stream(nghttp3_qpack_encoder *encoder, int64_t stream_id) nghttp3_qpack_encoder_cancel_stream() argument 2361 nghttp3_qpack_encoder_get_num_blocked_streams(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_get_num_blocked_streams() argument 2365 nghttp3_qpack_encoder_write_field_section_prefix( nghttp3_qpack_encoder *encoder, nghttp3_buf *pbuf, uint64_t ricnt, uint64_t base) nghttp3_qpack_encoder_write_field_section_prefix() argument 2486 nghttp3_qpack_encoder_read_decoder(nghttp3_qpack_encoder *encoder, const uint8_t *src, size_t srclen) nghttp3_qpack_encoder_read_decoder() argument 4020 nghttp3_qpack_encoder_del(nghttp3_qpack_encoder *encoder) nghttp3_qpack_encoder_del() argument [all...] |
| /third_party/libdrm/tests/modetest/ |
| H A D | modetest.c | 81 struct encoder { struct 82 drmModeEncoder *encoder; member 199 drmModeEncoder *encoder; in dump_encoders() local 780 drmModeEncoder *encoder; get_encoder_by_id() local 886 drmModeEncoder *encoder; pipe_find_crtc() local [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | list.c | 508 static void collect_encoders(OSSL_ENCODER *encoder, void *stack) in collect_encoders() argument
|
| /third_party/openssl/test/ |
| H A D | endecode_test.c | 130 typedef int (encoder)(const char *file, const int line, typedef
|
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | module-bluez5-device.c | 2511 pa_json_encoder *encoder; in list_codecs() local 2678 pa_json_encoder *encoder; bluez5_device_message_handler() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | BuildSPIRV.cpp | 159 BlockLayoutEncoder *encoder = isStd140 ? &std140 : &std430; in Encode() local 218 BlockLayoutEncoder *encoder = isStd140 ? &std140 : &std430; in GetArrayStrideInBlock() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | ProgramLinkedResources.cpp | 614 sh::BlockLayoutEncoder *encoder = nullptr; in getBlockInfo() local
|
| /third_party/vk-gl-cts/external/amber/src/src/dawn/ |
| H A D | engine_dawn.cc | 330 auto encoder = device.CreateCommandEncoder(); in MapDeviceTextureToHostBuffer() local 384 auto encoder = device.CreateCommandEncoder(); in MapDeviceBufferToHostBuffer() local 910 ::dawn::CommandEncoder encoder = device_->CreateCommandEncoder(); in DoClear() local 1308 ::dawn::CommandEncoder encoder in DoDrawRect() local 1382 ::dawn::CommandEncoder encoder = device_->CreateCommandEncoder(); DoDrawArrays() local 1433 ::dawn::CommandEncoder encoder = device_->CreateCommandEncoder(); DoCompute() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | CommandBufferD3D12.cpp | 655 Ref<CommandBuffer> CommandBuffer::Create(CommandEncoder* encoder, in Create() argument 660 CommandBuffer::CommandBuffer(CommandEncoder* encoder, const CommandBufferDescriptor* descriptor) in CommandBuffer() argument
|
| /third_party/openssl/apps/ |
| H A D | list.c | 508 static void collect_encoders(OSSL_ENCODER *encoder, void *stack) in collect_encoders() argument
|
| /third_party/pulseaudio/src/utils/ |
| H A D | pactl.c | 263 pa_json_encoder *encoder = pa_json_encoder_new(); in get_server_info_callback() local 369 pa_json_encoder *encoder; pa_proplist_to_json_object() local 405 pa_json_encoder *encoder = pa_json_encoder_new(); pa_sink_ports_to_json_array() local 436 pa_json_encoder *encoder = pa_json_encoder_new(); pa_source_ports_to_json_array() local 467 pa_json_encoder *encoder = pa_json_encoder_new(); pa_format_infos_to_json_array() local 487 pa_json_encoder *encoder = pa_json_encoder_new(); pa_volume_to_json_object() local 508 pa_json_encoder *encoder = pa_json_encoder_new(); pa_cvolume_to_json_object() local 596 pa_json_encoder *encoder = pa_json_encoder_new(); get_sink_info_callback() local 642 pa_json_encoder *encoder = pa_json_encoder_new(); get_sink_info_callback() local 782 pa_json_encoder *encoder = pa_json_encoder_new(); get_source_info_callback() local 827 pa_json_encoder *encoder = pa_json_encoder_new(); get_source_info_callback() local 954 pa_json_encoder *encoder = pa_json_encoder_new(); get_module_info_callback() local 971 pa_json_encoder *encoder = pa_json_encoder_new(); get_module_info_callback() local 1032 pa_json_encoder *encoder = pa_json_encoder_new(); get_client_info_callback() local 1051 pa_json_encoder *encoder = pa_json_encoder_new(); get_client_info_callback() local 1078 pa_json_encoder *encoder = pa_json_encoder_new(); pa_card_profile_info_2_to_json_object() local 1108 pa_json_encoder *encoder = pa_json_encoder_new(); pa_card_profile_info_to_json_array() local 1127 pa_json_encoder *encoder = pa_json_encoder_new(); pa_card_port_info_to_json_object() local 1198 pa_json_encoder *encoder = pa_json_encoder_new(); get_card_info_callback() local 1215 pa_json_encoder *encoder = pa_json_encoder_new(); get_card_info_callback() local 1322 pa_json_encoder *encoder = pa_json_encoder_new(); get_sink_input_info_callback() local 1349 pa_json_encoder *encoder = pa_json_encoder_new(); get_sink_input_info_callback() local 1445 pa_json_encoder *encoder = pa_json_encoder_new(); get_source_output_info_callback() local 1472 pa_json_encoder *encoder = pa_json_encoder_new(); get_source_output_info_callback() local 1568 pa_json_encoder *encoder = pa_json_encoder_new(); get_sample_info_callback() local 1592 pa_json_encoder *encoder = pa_json_encoder_new(); get_sample_info_callback() local 1656 pa_json_encoder *encoder = pa_json_encoder_new(); index_callback() local 1680 pa_json_encoder *encoder = pa_json_encoder_new(); send_message_callback() local 2204 pa_json_encoder *encoder = pa_json_encoder_new(); context_subscribe_callback() local [all...] |
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | message_test.py | 82 from google.protobuf.internal import encoder namespace
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | encode_decode.c | 1623 upb_pb_encoder* encoder; in Message_encode() local
|
| /third_party/python/Modules/_io/ |
| H A D | textio.c | 639 PyObject *encoder; member [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| H A D | dw-mipi-dsi-rockchip.c | 245 struct drm_encoder encoder; member 675 static int dw_mipi_dsi_encoder_atomic_check(struct drm_encoder *encoder, struct drm_crtc_state *crtc_state, in dw_mipi_dsi_encoder_atomic_check() argument 740 static void dw_mipi_dsi_encoder_enable(struct drm_encoder *encoder) in dw_mipi_dsi_encoder_enable() argument 747 static void dw_mipi_dsi_encoder_disable(struct drm_encoder *encoder) in dw_mipi_dsi_encoder_disable() argument 774 static void dw_mipi_dsi_rockchip_encoder_loader_protect(struct drm_encoder *encoder, bool on) in dw_mipi_dsi_rockchip_encoder_loader_protect() argument 793 struct drm_encoder *encoder in rockchip_dsi_drm_create_encoder() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 1975 struct drm_encoder *encoder = bridge->encoder;
in dw_hdmi_qp_bridge_attach() local 2484 struct dw_hdmi_qp *dw_hdmi_qp_bind(struct platform_device *pdev, struct drm_encoder *encoder,
in dw_hdmi_qp_bind() argument [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-mipi-dsi.c | 1204 int dw_mipi_dsi_bind(struct dw_mipi_dsi *dsi, struct drm_encoder *encoder) in dw_mipi_dsi_bind() argument
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 1846 struct drm_encoder *encoder = bridge->encoder; in dw_hdmi_qp_bridge_attach() local 2368 dw_hdmi_qp_bind(struct platform_device *pdev, struct drm_encoder *encoder, struct dw_hdmi_plat_data *plat_data) dw_hdmi_qp_bind() argument [all...] |