Lines Matching defs:buffer

214                         mp4dec_log("InitVideoDecoder(): Can't allocate bitstream buffer.\n");
928 /* Return : Extract vol header of the bitstream from buffer[]. */
976 /* Return : Return the offset to the first SC in the buffer */
1011 /* Return : Return the offset to the first SC in the buffer */
1053 OSCL_EXPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *buffer[],
1059 status = (PV_STATUS)PVDecodeVopHeader(decCtrl, buffer, timestamp, buffer_size, &header_info, use_ext_timestamp, currYUV);
1081 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[],
1118 BitstreamReset(stream, buffer[idx], buffer_size[idx]);
1122 /* Try to find a VOP header in the buffer. 08/30/2000. */
1168 BitstreamReset(stream, buffer[target_layer], buffer_size[target_layer]);
1172 /* Try to find a VOP header in the buffer. 08/30/2000. */
1194 BitstreamReset(stream, buffer[0], buffer_size[0]);
1202 /* There is no vop header in the buffer, */
1203 /* clean bitstream buffer. 2/5/2001 */
1228 /* Try to find a VOP header in the buffer. 08/30/2000. */
1231 /* There is no vop header in the buffer, */
1232 /* clean bitstream buffer. 2/5/2001 */
1301 int bytes_consumed = 0; /* Record how many bits we used in the buffer. 04/24/2001 */
1308 /* We should always clear up bitstream buffer. 10/10/2000 */
1318 /* If we only consume part of the bits in the buffer, take those */
1320 /* oscl_memcpy(buffer[target_layer], buffer[target_layer]+bytes_consumed,
1444 /* We should always clear up bitstream buffer. 10/10/2000 */
1454 /* If we only consume part of the bits in the buffer, take those */
1456 /* oscl_memcpy(buffer[target_layer], buffer[target_layer]+bytes_consumed,
1625 /* Copy decoded frame to the output buffer. */