Home
last modified time | relevance | path

Searched defs:is_key (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc2487 bool is_key) { in AddFrame()
2501 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2519 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3429 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3446 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3464 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3912 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
H A Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/aosp_15_r20/external/libwebm/mkvmuxer/
H A Dmkvmuxer.cc2487 bool is_key) { in AddFrame()
2501 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2519 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3429 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3446 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3464 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3912 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
H A Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/aosp_15_r20/external/libaom/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.cc2487 bool is_key) { in AddFrame()
2501 uint64_t abs_timecode, bool is_key) { in AddFrameWithAdditional()
2519 uint64_t abs_timecode, bool is_key) { in AddFrameWithDiscardPadding()
3429 uint64_t track_number, uint64_t timestamp, bool is_key) { in AddFrame()
3446 uint64_t timestamp, bool is_key) { in AddFrameWithAdditional()
3464 uint64_t timestamp, bool is_key) { in AddFrameWithDiscardPadding()
3912 uint64_t frame_timestamp_ns, bool is_key) { in DoNewClusterProcessing()
H A Dmkvmuxer.h118 bool is_key() const { return is_key_; } in is_key() function
/aosp_15_r20/external/libwebsockets/lib/plat/unix/
H A Dunix-misc.c97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/aosp_15_r20/external/libwebsockets/lib/plat/windows/
H A Dwindows-file.c157 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp87 bool is_key() const { in is_key() function in boost::property_tree::json_parser::detail::standard_callbacks
/aosp_15_r20/external/libwebsockets/lib/plat/freertos/
H A Dfreertos-file.c181 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dvalue.rs131 pub fn is_key(&self) -> bool { in is_key() method
/aosp_15_r20/external/python/absl-py/absl/flags/tests/
Dflags_helpxml_test.py95 expected_output, is_key=False): argument
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp275 bool is_key = in OnEncodedImage() local
/aosp_15_r20/external/libwebsockets/lib/plat/optee/
H A Dnetwork.c205 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, in lws_plat_write_cert()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dorder_type.hpp141 inline bool is_key(T *elements, std::size_t element_count) in is_key() function
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dencodeframe.c1045 const int is_key = cpi->common.frame_type == KEY_FRAME; in sum_intra_stats() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dsvc_layercontext.c397 void av1_svc_reset_temporal_layers(AV1_COMP *const cpi, int is_key) { in av1_svc_reset_temporal_layers()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c1029 void vp9_svc_reset_temporal_layers(VP9_COMP *const cpi, int is_key) { in vp9_svc_reset_temporal_layers()
/aosp_15_r20/external/libwebm/testing/
H A Dmkvparser_tests.cc98 int track_number, bool is_key, int frame_count) { in CompareBlockContents()
/aosp_15_r20/external/libwebm/
H A Dwebm_info.cc914 const bool is_key = block->IsKey(); in OutputCluster() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp4648 template <typename Key, typename T> struct is_key struct
4654 {
4660 then<Key const&, no_key>::type type;
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_int.h628 bool is_key; /**< Entity to be deleted is a key */ member