OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abuffer
(Results
151 - 166
of
166
) sorted by null
1
2
3
4
5
6
7
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
26
#include <media/stagefright/foundation/
ABuffer
.h>
705
mInputFormat, new
ABuffer
(buf->getWidth() * buf->getHeight() * 4));
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
26
#include <media/stagefright/foundation/
ABuffer
.h>
1066
sp<
ABuffer
> abuf = new
ABuffer
(frame.len);
[
all
...]
/external/google-breakpad/src/third_party/curl/
typecheck-gcc.h
355
/* evaluates to true if expr is
abuffer
suitable for CURLOPT_ERRORBUFFER */
[
all
...]
/frameworks/av/media/libstagefright/include/
ACodec.h
38
struct
ABuffer
;
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp
31
#include <media/stagefright/foundation/
ABuffer
.h>
454
sp<
ABuffer
> data;
[
all
...]
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
30
#include <media/stagefright/foundation/
ABuffer
.h>
335
StreamType stream, sp<
ABuffer
> *accessUnit) {
[
all
...]
/cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp
886
ret[1] = 0; // NdkMediaCodec calls
ABuffer
::data, which already adds offset
[
all
...]
/external/curl/include/curl/
typecheck-gcc.h
411
/* evaluates to true if expr is
abuffer
suitable for CURLOPT_ERRORBUFFER */
[
all
...]
/frameworks/av/cmds/stagefright/
stagefright.cpp
38
#include <media/stagefright/foundation/
ABuffer
.h>
[
all
...]
/frameworks/av/media/libstagefright/
MediaCodecSource.cpp
27
#include <media/stagefright/foundation/
ABuffer
.h>
[
all
...]
ACodec.cpp
34
#include <media/stagefright/foundation/
ABuffer
.h>
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c
716
/* use
abuffer
instead of buffer, if we need more space
718
char *
abuffer
= NULL;
local
899
abuffer
= PyObject_Malloc(abuffersize + 1);
900
if (!
abuffer
) {
904
realbuffer =
abuffer
;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c
671
/* use
abuffer
instead of buffer, if we need more space
673
char *
abuffer
= NULL;
local
833
abuffer
= PyObject_Malloc(abuffersize);
834
if (!
abuffer
) {
838
realbuffer =
abuffer
;
993
if (
abuffer
)
994
PyObject_Free(
abuffer
);
1006
if (
abuffer
)
1007
PyObject_Free(
abuffer
);
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
CharBufferTest.java
1033
CharBuffer source = CharBuffer.wrap("
abuffer
");
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
34
#include <media/stagefright/foundation/
ABuffer
.h>
[
all
...]
/device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp
68
#include <foundation/
ABuffer
.h>
[
all
...]
Completed in 375 milliseconds
1
2
3
4
5
6
7