Searched refs:full (Results 1 – 25 of 41) sorted by relevance
12
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | ring_buffer.cpp | 52 u8 full; member 170 if (rbc->bufs[rbc->wr_buf_no].full == 1) in rb_write() 192 if (rbc->bufs[next_buf_no].full == 1) { in rb_write() 206 if (rbc->bufs[next_buf_no].full == 1) { in rb_write() 216 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write() 275 rbc->bufs[rbc->wr_buf_no].full = 0; in rb_write() 294 rbc->bufs[rbc->wr_buf_no].full = 1; in rb_write() 450 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf() 456 rbc->bufs[rbc->rd_buf_no].full = 0; in rb_get_read_buf() 490 if ((rbc->bufs[rbc->rd_buf_no].full == 1) && in rb_get_read_buf() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropy.c | 716 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full) { in vp9_model_to_full_probs() argument 717 if (full != model) in vp9_model_to_full_probs() 718 vpx_memcpy(full, model, sizeof(vp9_prob) * UNCONSTRAINED_NODES); in vp9_model_to_full_probs() 719 extend_to_full_distribution(&full[UNCONSTRAINED_NODES], model[PIVOT_NODE]); in vp9_model_to_full_probs()
|
D | vp9_entropy.h | 146 void vp9_model_to_full_probs(const vp9_prob *model, vp9_prob *full);
|
/hardware/intel/common/libva/test/videoprocess/ |
D | Makefile.am | 36 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/libva/test/transcode/ |
D | Makefile.am | 37 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/libva/test/vainfo/ |
D | Makefile.am | 44 valgrind --leak-check=full --show-reachable=yes .libs/vainfo;
|
/hardware/intel/common/libva/test/decode/ |
D | Makefile.am | 43 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/libva/test/putsurface/ |
D | Makefile.am | 58 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | keywords.dox | 25 particular item, but the full implications must be understood and 32 particular behavior is acceptable or even useful, but the full
|
D | usage_dx.dox | 32 assembled into a full frame. For this reason, the application \ref MUST
|
/hardware/intel/common/libva/test/encode/ |
D | Makefile.am | 54 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/libva/va/ |
D | va_version.h.in | 52 * The full version of VA-API, like 1.2.3 59 * The full version of VA-API, in string form (suited for string
|
/hardware/intel/common/libva/test/basic/ |
D | Makefile.am | 86 valgrind --leak-check=full --show-reachable=yes .libs/$$a; \
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | vp8_memcpy_neon.asm | 20 ;this is not a full memcpy function!!!
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | contributions.md | 32 * Author: <your full name> 35 * Author: <contributing author full name - if applicable>
|
D | documentation.md | 12 - Simple comments do not need full stops.
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | testing.md | 4 their platform is working correctly. The aim is to have a full API coverage
|
D | npm.md | 20 consider the tarball contains a full git tree. You also you need a top level
|
D | building.md | 39 file an issue with the full output of `cmake ..` and `make` or however far you 79 full rebuild:
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | index.rst | 60 Click on the library prefix below to expand the full list of sensors:
|
/hardware/bsp/intel/peripheral/libupm/cmake/modules/ |
D | TargetArch.cmake | 64 …# http://stackoverflow.com/questions/5333490/how-can-we-restore-ppc-ppc64-as-well-as-full-10-4-10-…
|
D | CPackDeb.cmake | 56 # (To distributed this file outside of CMake, substitute the full
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | TargetArch.cmake | 73 …# http://stackoverflow.com/questions/5333490/how-can-we-restore-ppc-ppc64-as-well-as-full-10-4-10-…
|
D | CPackDeb.cmake | 56 # (To distributed this file outside of CMake, substitute the full
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 64 consistent with the full freedom of use specified in this license. 355 terminated so long as such parties remain in full compliance. 471 "copyright" line and a pointer to where the full notice is found.
|
12