Searched defs:buffer_size (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dbitstream.cpp124 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size) argument
128 stream->data_end_pos = buffer_size;
142 int buffer_size = 0; local
152 return buffer_size;
H A Dpvdec_api.cpp193 int32 buffer_size; local
194 if ((buffer_size = BitstreamOpen(stream, idx)) < 0)
200 video->memoryUsage += buffer_size;
996 uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV)
1001 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1005 if (PVDecodeVopBody(decCtrl, buffer_size) != PV_TRUE)
1024 uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV)
1046 if (buffer_size[idx] <= 0)
1060 BitstreamReset(stream, buffer[idx], buffer_size[idx]);
1069 buffer_size[id
995 PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], uint use_ext_timestamp[], uint8 *currYUV) argument
1023 PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp [], uint8 *currYUV) argument
1234 PVDecodeVopBody(VideoDecControls *decCtrl, int32 buffer_size[]) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_location_GpsLocationProvider.cpp390 static jint android_location_GpsLocationProvider_read_nmea(JNIEnv* env, jobject obj, jint index, jbyteArray nmeaArray, jint buffer_size) argument
397 if (length > buffer_size)
398 length = buffer_size;

Completed in 1916 milliseconds