OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getconfig
(Results
151 - 175
of
263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c
132
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
219
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c
131
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
214
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c
134
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
222
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/frameworks/base/graphics/java/android/renderscript/
Allocation.java
460
Bitmap.Config bc = b.
getConfig
();
691
if (b.
getConfig
() == null) {
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java
395
Bitmap.Config bc = b.
getConfig
();
605
if (b.
getConfig
() == null) {
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c
112
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
198
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c
122
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
203
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c
124
static OMX_ERRORTYPE
GetConfig
(OMX_HANDLETYPE hComp,
203
pHandle->
GetConfig
=
GetConfig
;
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
346
wholeImage.
getConfig
());
/cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java
207
Bitmap.Config viewConfig = imageViewBitmap.getBitmap().
getConfig
();
/external/chromium_org/cc/resources/
raster_worker_pool.cc
229
if (bitmap.
getConfig
() != config) {
/external/chromium_org/net/dns/
dns_test_util.h
215
virtual const DnsConfig*
GetConfig
() const OVERRIDE;
/external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc
256
daemon_controller_->
GetConfig
(
/external/libnfc-nci/src/nfa/int/
nfa_dm_int.h
214
tNFA_DM_API_GET_CONFIG
getconfig
; /* NFA_DM_API_GET_CONFIG_EVT */
member in union:__anon20663
/external/skia/tests/
BitmapCopyTest.cpp
117
// bm.
getConfig
() specifies what format 'val' must be
/frameworks/base/docs/html/training/displaying-bitmaps/
manage-memory.jd
284
int byteCount = width * height * getBytesPerPixel(candidate.
getConfig
());
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java
517
if (bitmap == null || bitmap.
getConfig
() != null) {
/frameworks/native/include/media/openmax/
OMX_Other.h
126
* (
GetConfig
) or commanding a component to seek to the given location
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java
453
mBitmapIn.
getConfig
());
/hardware/qcom/media/mm-core/inc/
OMX_Other.h
109
* (
GetConfig
) or commanding a component to seek to the given location
/hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h
109
* (
GetConfig
) or commanding a component to seek to the given location
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h
109
* (
GetConfig
) or commanding a component to seek to the given location
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h
109
* (
GetConfig
) or commanding a component to seek to the given location
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h
109
* (
GetConfig
) or commanding a component to seek to the given location
/packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java
331
if (bmap.
getConfig
()!= Bitmap.Config.ARGB_8888){
Completed in 1013 milliseconds
1
2
3
4
5
6
7
8
9
10
11