Lines Matching refs:packet
1337 struct encoder_media_buffer_type * packet = in allocate() local
1339 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocate()
1395 struct encoder_media_buffer_type * packet = in allocateMore() local
1400 packet->meta_handle = native_handle_create(1, VIDEO_METADATA_NUM_INTS); in allocateMore()
1401 packet->buffer_type = kMetadataBufferTypeCameraSource; in allocateMore()
1402 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in allocateMore()
1448 struct encoder_media_buffer_type * packet = in allocateMeta() local
1450 packet->meta_handle = native_handle_create(numFDs, (numInts * numFDs)); in allocateMeta()
1451 packet->buffer_type = kMetadataBufferTypeCameraSource; in allocateMeta()
1452 if (packet->meta_handle == NULL) { in allocateMeta()
1476 struct encoder_media_buffer_type * packet = in deallocateMeta() local
1478 if (NULL != packet) { in deallocateMeta()
1479 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle); in deallocateMeta()