Home | History | Annotate | Download | only in HAL

Lines Matching refs:packet

1113         struct encoder_media_buffer_type * packet =
1115 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
1116 packet->buffer_type = kMetadataBufferTypeCameraSource;
1117 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
1159 struct encoder_media_buffer_type * packet =
1161 packet->meta_handle = native_handle_create(1, 2); //1 fd, 1 offset and 1 size
1162 packet->buffer_type = kMetadataBufferTypeCameraSource;
1163 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
1184 struct encoder_media_buffer_type * packet =
1186 if (NULL != packet) {
1187 native_handle_t * nh = const_cast<native_handle_t *>(packet->meta_handle);
1198 ALOGE("packet not available");