Home
last modified time | relevance | path

Searched refs:brief (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_impl.cpp48 RcApiBrief brief; member
60 node->brief.type = api->type; in set_node_api()
61 node->brief.name = api->name; in set_node_api()
149 MPP_RET RcImplApiService::api_get_all(RcApiBrief *brief, RK_S32 *count, RK_S32 max_count) in api_get_all() argument
160 brief[cnt++] = pos->brief; in api_get_all()
168 MPP_RET RcImplApiService::api_get_by_type(RcApiBrief *brief, RK_S32 *count, in api_get_by_type() argument
183 brief[cnt++] = pos->brief; in api_get_by_type()
203 RcApiBrief *brief = query->brief; in rc_brief_get_all() local
207 if (NULL == brief || max_count <= 0) { in rc_brief_get_all()
208 mpp_err_f("invalide brief buffer %p max count %d\n", brief, max_count); in rc_brief_get_all()
[all …]
H A Drc_impl.h54 MPP_RET api_get_all(RcApiBrief *brief, RK_S32 *count, RK_S32 max_count);
55 MPP_RET api_get_by_type(RcApiBrief *brief, RK_S32 *count,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Drandom403 * @brief A beta continuous distribution for random numbers.
466 * @brief Constructs a beta distribution with parameters
481 * @brief Resets the distribution state.
488 * @brief Returns the @f$\alpha@f$ of the distribution.
495 * @brief Returns the @f$\beta@f$ of the distribution.
502 * @brief Returns the parameter set of the distribution.
509 * @brief Sets the parameter set of the distribution.
517 * @brief Returns the greatest lower bound value of the distribution.
524 * @brief Returns the least upper bound value of the distribution.
531 * @brief Generating functions.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Drandom403 * @brief A beta continuous distribution for random numbers.
466 * @brief Constructs a beta distribution with parameters
481 * @brief Resets the distribution state.
488 * @brief Returns the @f$\alpha@f$ of the distribution.
495 * @brief Returns the @f$\beta@f$ of the distribution.
502 * @brief Returns the parameter set of the distribution.
509 * @brief Sets the parameter set of the distribution.
517 * @brief Returns the greatest lower bound value of the distribution.
524 * @brief Returns the least upper bound value of the distribution.
531 * @brief Generating functions.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dregex59 * @brief ISO C++ 0x entities sub namespace for regex.
83 * @brief This is a bitmask type indicating how to interpret the regex.
207 * @brief This is a bitmask type indicating regex matching rules.
404 * @brief A regular expression exception class.
414 * @brief Constructs a regex_error object.
424 * @brief Gets the regex error code.
438 * @brief Describes aspects of a regular expression.
458 * @brief Constructs a default traits object.
464 * @brief Gives the length of a C-style string starting at @p __p.
478 * @brief Performs the identity translation.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dregex59 * @brief ISO C++ 0x entities sub namespace for regex.
83 * @brief This is a bitmask type indicating how to interpret the regex.
207 * @brief This is a bitmask type indicating regex matching rules.
404 * @brief A regular expression exception class.
414 * @brief Constructs a regex_error object.
424 * @brief Gets the regex error code.
438 * @brief Describes aspects of a regular expression.
458 * @brief Constructs a default traits object.
464 * @brief Gives the length of a C-style string starting at @p __p.
478 * @brief Performs the identity translation.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfstream61 * @brief The actual work of input and output (for files).
230 * @brief Does not open any files.
243 * @brief The destructor closes the file first.
262 * @brief Returns true if the external file is open.
269 * @brief Opens an external file.
314 * @brief Opens an external file.
325 * @brief Opens an external file.
336 * @brief Opens an external file.
349 * @brief Closes the currently associated file.
401 * @brief Manipulates the buffer.
[all …]
H A Dstreambuf57 * @brief The actual work of input and output (interface).
209 * @brief Entry point for imbue().
225 * @brief Locale access.
239 * @brief Entry points for derived buffer functions.
250 * @brief Alters the stream position.
263 * @brief Alters the stream position.
275 * @brief Calls virtual sync function.
283 * @brief Looking ahead into the stream.
298 * @brief Getting the next character.
315 * @brief Getting the next character.
[all …]
H A Dsstream48 * @brief The actual work of input and output (for std::string).
94 * @brief Starts with an empty string buffer.
104 * @brief Starts with an empty string buffer.
116 * @brief Starts with an existing string buffer.
170 * @brief Copying out the string buffer.
195 * @brief Setting a new buffer.
244 * @brief Manipulates the buffer.
378 * @brief Controlling input for std::string.
417 * @brief Default constructor starts with an empty string buffer.
430 * @brief Starts with an empty string buffer.
[all …]
H A Distream46 * @brief Template class basic_istream.
86 * @brief Base constructor.
98 * @brief Base destructor.
112 * @brief Interface for manipulators.
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
239 * @brief Extracting into another streambuf.
264 * @brief Character counting
295 * @brief Simple extraction.
[all …]
H A Dostream46 * @brief Template class basic_ostream.
77 * @brief Base constructor.
88 * @brief Base destructor.
101 * @brief Interface for manipulators.
158 * @brief Integer arithmetic inserters
212 * @brief Floating point arithmetic inserters
237 * @brief Pointer arithmetic inserters
255 * @brief Extracting from another streambuf.
299 * @brief Simple insertion.
312 * @brief Core write functionality, without sentry.
[all …]
H A Dvalarray116 * @brief Smart array designed to support numeric processing.
183 * @brief Assign elements to an array.
193 * @brief Move assign elements to an array.
203 * @brief Assign elements to a value.
212 * @brief Assign elements to an array subset.
222 * @brief Assign elements to an array subset.
232 * @brief Assign elements to an array subset.
242 * @brief Assign elements to an array subset.
253 * @brief Assign elements to an initializer_list.
281 * @brief Return an array subset.
[all …]
H A Diomanip59 * @brief Manipulator for @c setf.
89 * @brief Manipulator for @c setf.
119 * @brief Manipulator for @c setf.
157 * @brief Manipulator for @c fill.
188 * @brief Manipulator for @c precision.
218 * @brief Manipulator for @c width.
250 * @brief Extended manipulator for extracting money.
297 * @brief Extended manipulator for inserting money.
348 * @brief Extended manipulator for formatting time.
403 * @brief Extended manipulator for extracting time.
[all …]
H A Dnumeric238 * @brief Calculate reduction of values in a range.
284 * @brief Calculate reduction of values in a range.
301 * @brief Calculate reduction of values in a range.
321 * @brief Combine elements from two ranges and reduce
368 * @brief Combine elements from two ranges and reduce
394 * @brief Transform the elements of a range and reduce
432 /** @brief Output the cumulative sum of one range to a second range
468 /** @brief Output the cumulative sum of one range to a second range
495 /** @brief Output the cumulative sum of one range to a second range
526 /** @brief Output the cumulative sum of one range to a second range
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfstream61 * @brief The actual work of input and output (for files).
230 * @brief Does not open any files.
243 * @brief The destructor closes the file first.
262 * @brief Returns true if the external file is open.
269 * @brief Opens an external file.
314 * @brief Opens an external file.
325 * @brief Opens an external file.
336 * @brief Opens an external file.
349 * @brief Closes the currently associated file.
401 * @brief Manipulates the buffer.
[all …]
H A Dstreambuf57 * @brief The actual work of input and output (interface).
209 * @brief Entry point for imbue().
225 * @brief Locale access.
239 * @brief Entry points for derived buffer functions.
250 * @brief Alters the stream position.
263 * @brief Alters the stream position.
275 * @brief Calls virtual sync function.
283 * @brief Looking ahead into the stream.
298 * @brief Getting the next character.
315 * @brief Getting the next character.
[all …]
H A Dsstream48 * @brief The actual work of input and output (for std::string).
94 * @brief Starts with an empty string buffer.
104 * @brief Starts with an empty string buffer.
116 * @brief Starts with an existing string buffer.
170 * @brief Copying out the string buffer.
195 * @brief Setting a new buffer.
244 * @brief Manipulates the buffer.
378 * @brief Controlling input for std::string.
417 * @brief Default constructor starts with an empty string buffer.
430 * @brief Starts with an empty string buffer.
[all …]
H A Distream46 * @brief Template class basic_istream.
86 * @brief Base constructor.
98 * @brief Base destructor.
112 * @brief Interface for manipulators.
160 * @brief Integer arithmetic extractors
206 * @brief Floating point arithmetic extractors
227 * @brief Basic arithmetic extractors
239 * @brief Extracting into another streambuf.
264 * @brief Character counting
295 * @brief Simple extraction.
[all …]
H A Dostream46 * @brief Template class basic_ostream.
77 * @brief Base constructor.
88 * @brief Base destructor.
101 * @brief Interface for manipulators.
158 * @brief Integer arithmetic inserters
212 * @brief Floating point arithmetic inserters
237 * @brief Pointer arithmetic inserters
255 * @brief Extracting from another streambuf.
299 * @brief Simple insertion.
312 * @brief Core write functionality, without sentry.
[all …]
H A Dvalarray116 * @brief Smart array designed to support numeric processing.
183 * @brief Assign elements to an array.
193 * @brief Move assign elements to an array.
203 * @brief Assign elements to a value.
212 * @brief Assign elements to an array subset.
222 * @brief Assign elements to an array subset.
232 * @brief Assign elements to an array subset.
242 * @brief Assign elements to an array subset.
253 * @brief Assign elements to an initializer_list.
281 * @brief Return an array subset.
[all …]
H A Diomanip59 * @brief Manipulator for @c setf.
89 * @brief Manipulator for @c setf.
119 * @brief Manipulator for @c setf.
157 * @brief Manipulator for @c fill.
188 * @brief Manipulator for @c precision.
218 * @brief Manipulator for @c width.
250 * @brief Extended manipulator for extracting money.
297 * @brief Extended manipulator for inserting money.
348 * @brief Extended manipulator for formatting time.
403 * @brief Extended manipulator for extracting time.
[all …]
H A Dnumeric238 * @brief Calculate reduction of values in a range.
284 * @brief Calculate reduction of values in a range.
301 * @brief Calculate reduction of values in a range.
321 * @brief Combine elements from two ranges and reduce
368 * @brief Combine elements from two ranges and reduce
394 * @brief Transform the elements of a range and reduce
432 /** @brief Output the cumulative sum of one range to a second range
468 /** @brief Output the cumulative sum of one range to a second range
495 /** @brief Output the cumulative sum of one range to a second range
526 /** @brief Output the cumulative sum of one range to a second range
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset361 * @brief The %dynamic_bitset class represents a sequence of bits.
596 * @brief Use a subset of a string.
629 * @brief Construct from a string.
678 * @brief Return the allocator for the bitset.
685 * @brief Resize the bitset.
698 * @brief Clear the bitset.
708 * @brief Push a bit onto the high end of the bitset.
723 * @brief Append a block.
733 * @brief
740 * @brief Append an iterator range of blocks.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset361 * @brief The %dynamic_bitset class represents a sequence of bits.
596 * @brief Use a subset of a string.
629 * @brief Construct from a string.
678 * @brief Return the allocator for the bitset.
685 * @brief Resize the bitset.
698 * @brief Clear the bitset.
708 * @brief Push a bit onto the high end of the bitset.
723 * @brief Append a block.
733 * @brief
740 * @brief Append an iterator range of blocks.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu-helper/
H A Dtunctl.c41 int tap_fd, opt, delete = 0, brief = 0; in main() local
47 brief = 1; in main()
146 if(brief) in main()

12345678910>>...14